#CAAF39

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

Shades of Old Gold #CAAF39

Tints of Old Gold #CAAF39

Color information

#CAAF39 (or 0xCAAF39) is unknown color: approx Old Gold. HEX triplet: CA, AF and 39. RGB value is (202,175,57). Sum of RGB (Red+Green+Blue) = 202+175+57=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAF39 is #3550C6. Grayscale: #AAAAAA. Windows color (decimal): -3494087 or 3780554. OLE color: 3780554.

HSL color Cylindrical-coordinate representation of color #CAAF39: hue angle of 48.83º 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 #CAAF39 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20217557-
CMYK00.130.720.21
HSL48.83º57.77%50.78%-
HSV(B)48.83º71.78%79.22%-
XYZ40.4343.5110.14-
YUV169.6264.45151.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 57 (22.66% from 255) = 13.13%
R=46.54%
G=40.32%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021755700.130.720.2148.8357.7750.78
HexCAAF390D4815313a33
Octal3122577101511025617263
Binary110010101010111111100101101100100010101110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF39; }

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

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

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

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

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

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

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

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