Shades of Old Gold #CFAF42
Tints of Old Gold #CFAF42
RGB
CMYK
RGB Variations
Color information
#CFAF42 (or 0xCFAF42) is known color: Old Gold. HEX triplet: CF, AF and 42. RGB value is (207,175,66). Sum of RGB (Red+Green+Blue) = 207+175+66=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF42 is #3050BD. Grayscale: #ACACAC. Windows color (decimal): -3166398 or 4370383. OLE color: 4370383.
HSL color Cylindrical-coordinate representation of color #CFAF42: hue angle of 46.38º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFAF42 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 66 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.19 |
| HSL | 46.38º | 0.59% | 0.54% | - |
| HSV(B) | 46.38º | 0.68% | 0.81% | - |
| XYZ | 42.05 | 44.32 | 11.49 | - |
| YUV | 172.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 66 | 0 | 0.15 | 0.68 | 0.19 | 46.38 | 0.59 | 0.54 |
| Hex | CF | AF | 42 | 0 | F | 44 | 13 | 2E | 3B | 36 |
| Octal | 317 | 257 | 102 | 0 | 17 | 104 | 23 | 56 | 73 | 66 |
| Binary | 11001111 | 10101111 | 1000010 | 0 | 1111 | 1000100 | 10011 | 101110 | 111011 | 110110 |
Color Harmonies of #CFAF42
Complementary color
Monochromatic Colors of #CFAF42
Black with #CFAF42
Text Example
Text Example
White with #CFAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF42; }
p { color: rgb(207,175,66); }
H1.HeaderClassName
{
color: #CFAF42;
}
.AnyTagClassName
{
color: #CFAF42;
}
</style>
background-color css
<style>
a { background-color: #CFAF42; }
a { background-color: rgb(207,175,66); }
div.DivClassName
{
background-color: #CFAF42;
}
.BgClassName
{
background-color: #CFAF42;
}
</style>
border-color css
<style>
span { border-color: #CFAF42; }
span { border-color: rgb(207,175,66); }
td.TdClassName
{
border-color: #CFAF42;
}
.TagClassName
{
border-color: #CFAF42;
}
</style>