#caab40

Color #CAAB40 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CAAB40

Tints of Old Gold #CAAB40

Color information

#CAAB40 (or 0xCAAB40) is unknown color: approx Old Gold. HEX triplet: CA, AB and 40. RGB value is (202,171,64). Sum of RGB (Red+Green+Blue) = 202+171+64=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAB40 is #3554BF. Grayscale: #A8A8A8. Windows color (decimal): -3495104 or 4238282. OLE color: 4238282.

HSL color Cylindrical-coordinate representation of color #CAAB40: hue angle of 46.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAAB40 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20217164-
CMYK00.150.680.21
HSL46.52º56.56%52.16%-
HSV(B)46.52º68.32%79.22%-
XYZ39.8542.0510.87-
YUV168.0769.27152.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=46.22%
G=39.13%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021716400.150.680.2146.5256.5652.16
HexCAAB400F44152f3934
Octal31225310001710425577164
Binary1100101010101011100000001111100010010101101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caab40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caab40; }

 p { color: rgb(202,171,64); }

 H1.HeaderClassName
 {
   color: #caab40;
 }
 .AnyTagClassName
 {
   color: #caab40;
 }
</style>
background-color css

<style>
 a { background-color: #caab40; }

 a { background-color: rgb(202,171,64); }

 div.DivClassName
 {
   background-color: #caab40;
 }
 .BgClassName
 {
   background-color: #caab40;
 }
</style>
border-color css

<style>
 span { border-color: #caab40; }

 span { border-color: rgb(202,171,64); }

 td.TdClassName
 {
   border-color: #caab40;
 }
 .TagClassName
 {
   border-color: #caab40;
 }
</style>