Shades of Old Gold #CDAF40
Tints of Old Gold #CDAF40
RGB
CMYK
RGB Variations
Color information
#CDAF40 (or 0xCDAF40) is known color: Old Gold. HEX triplet: CD, AF and 40. RGB value is (205,175,64). Sum of RGB (Red+Green+Blue) = 205+175+64=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF40 is #3250BF. Grayscale: #ABABAB. Windows color (decimal): -3297472 or 4239309. OLE color: 4239309.
HSL color Cylindrical-coordinate representation of color #CDAF40: hue angle of 47.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDAF40 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 64 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.20 |
| HSL | 47.23º | 0.59% | 0.53% | - |
| HSV(B) | 47.23º | 0.69% | 0.8% | - |
| XYZ | 41.43 | 44.01 | 11.16 | - |
| YUV | 171.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 64 | 0 | 0.15 | 0.69 | 0.20 | 47.23 | 0.59 | 0.53 |
| Hex | CD | AF | 40 | 0 | F | 45 | 14 | 2F | 3B | 35 |
| Octal | 315 | 257 | 100 | 0 | 17 | 105 | 24 | 57 | 73 | 65 |
| Binary | 11001101 | 10101111 | 1000000 | 0 | 1111 | 1000101 | 10100 | 101111 | 111011 | 110101 |
Color Harmonies of #CDAF40
Complementary color
Monochromatic Colors of #CDAF40
Black with #CDAF40
Text Example
Text Example
White with #CDAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF40; }
p { color: rgb(205,175,64); }
H1.HeaderClassName
{
color: #CDAF40;
}
.AnyTagClassName
{
color: #CDAF40;
}
</style>
background-color css
<style>
a { background-color: #CDAF40; }
a { background-color: rgb(205,175,64); }
div.DivClassName
{
background-color: #CDAF40;
}
.BgClassName
{
background-color: #CDAF40;
}
</style>
border-color css
<style>
span { border-color: #CDAF40; }
span { border-color: rgb(205,175,64); }
td.TdClassName
{
border-color: #CDAF40;
}
.TagClassName
{
border-color: #CDAF40;
}
</style>