Shades of Old Gold #CFAF40
Tints of Old Gold #CFAF40
RGB
CMYK
RGB Variations
Color information
#CFAF40 (or 0xCFAF40) is known color: Old Gold. HEX triplet: CF, AF and 40. RGB value is (207,175,64). Sum of RGB (Red+Green+Blue) = 207+175+64=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF40 is #3050BF. Grayscale: #ACACAC. Windows color (decimal): -3166400 or 4239311. OLE color: 4239311.
HSL color Cylindrical-coordinate representation of color #CFAF40: hue angle of 46.57º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFAF40 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 64 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.19 |
| HSL | 46.57º | 0.6% | 0.53% | - |
| HSV(B) | 46.57º | 0.69% | 0.81% | - |
| XYZ | 41.99 | 44.3 | 11.19 | - |
| YUV | 171.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 64 | 0 | 0.15 | 0.69 | 0.19 | 46.57 | 0.6 | 0.53 |
| Hex | CF | AF | 40 | 0 | F | 45 | 13 | 2F | 3C | 35 |
| Octal | 317 | 257 | 100 | 0 | 17 | 105 | 23 | 57 | 74 | 65 |
| Binary | 11001111 | 10101111 | 1000000 | 0 | 1111 | 1000101 | 10011 | 101111 | 111100 | 110101 |
Color Harmonies of #CFAF40
Complementary color
Monochromatic Colors of #CFAF40
Black with #CFAF40
Text Example
Text Example
White with #CFAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF40; }
p { color: rgb(207,175,64); }
H1.HeaderClassName
{
color: #CFAF40;
}
.AnyTagClassName
{
color: #CFAF40;
}
</style>
background-color css
<style>
a { background-color: #CFAF40; }
a { background-color: rgb(207,175,64); }
div.DivClassName
{
background-color: #CFAF40;
}
.BgClassName
{
background-color: #CFAF40;
}
</style>
border-color css
<style>
span { border-color: #CFAF40; }
span { border-color: rgb(207,175,64); }
td.TdClassName
{
border-color: #CFAF40;
}
.TagClassName
{
border-color: #CFAF40;
}
</style>