#CAAB39

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

Shades of Metallic Gold #CAAB39

Tints of Metallic Gold #CAAB39

Color information

#CAAB39 (or 0xCAAB39) is unknown color: approx Metallic Gold. HEX triplet: CA, AB and 39. RGB value is (202,171,57). Sum of RGB (Red+Green+Blue) = 202+171+57=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAB39 is #3554C6. Grayscale: #A7A7A7. Windows color (decimal): -3495111 or 3779530. OLE color: 3779530.

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

Color convert

RGB20217157-
CMYK00.150.720.21
HSL47.17º57.77%50.78%-
HSV(B)47.17º71.78%79.22%-
XYZ39.6641.989.88-
YUV167.2765.77152.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 57 (22.66% from 255) = 13.26%
R=46.98%
G=39.77%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021715700.150.720.2147.1757.7750.78
HexCAAB390F48152f3a33
Octal3122537101711025577263
Binary110010101010101111100101111100100010101101111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB39; }

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

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

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

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

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

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

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

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