#CDAF42

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

Shades of Old Gold #CDAF42

Tints of Old Gold #CDAF42

Color information

#CDAF42 (or 0xCDAF42) is unknown color: approx Old Gold. HEX triplet: CD, AF and 42. RGB value is (205,175,66). Sum of RGB (Red+Green+Blue) = 205+175+66=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF42 is #3250BD. Grayscale: #ACACAC. Windows color (decimal): -3297470 or 4370381. OLE color: 4370381.

HSL color Cylindrical-coordinate representation of color #CDAF42: hue angle of 47.05º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDAF42 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20517566-
CMYK00.150.680.20
HSL47.05º58.16%53.14%-
HSV(B)47.05º67.8%80.39%-
XYZ41.4944.0311.47-
YUV171.5468.44151.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 175 (68.75% from 255) = 39.24%
BLUE value IS 66 (26.17% from 255) = 14.80%
R=45.96%
G=39.24%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051756600.150.680.2047.0558.1653.14
HexCDAF420F44142f3a35
Octal31525710201710424577265
Binary1100110110101111100001001111100010010100101111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF42; }

 p { color: rgb(205,175,66); }

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

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

 a { background-color: rgb(205,175,66); }

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

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

 span { border-color: rgb(205,175,66); }

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