Shades of Old Gold #CFAF43
Tints of Old Gold #CFAF43
RGB
CMYK
RGB Variations
Color information
#CFAF43 (or 0xCFAF43) is known color: Old Gold. HEX triplet: CF, AF and 43. RGB value is (207,175,67). Sum of RGB (Red+Green+Blue) = 207+175+67=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 67 (26.56% from 255 or 14.92% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF43 is #3050BC. Grayscale: #ACACAC. Windows color (decimal): -3166397 or 4435919. OLE color: 4435919.
HSL color Cylindrical-coordinate representation of color #CFAF43: hue angle of 46.29º 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 #CFAF43 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 67 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.19 |
| HSL | 46.29º | 0.59% | 0.54% | - |
| HSV(B) | 46.29º | 0.68% | 0.81% | - |
| XYZ | 42.08 | 44.33 | 11.65 | - |
| YUV | 172.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 67 | 0 | 0.15 | 0.68 | 0.19 | 46.29 | 0.59 | 0.54 |
| Hex | CF | AF | 43 | 0 | F | 44 | 13 | 2E | 3B | 36 |
| Octal | 317 | 257 | 103 | 0 | 17 | 104 | 23 | 56 | 73 | 66 |
| Binary | 11001111 | 10101111 | 1000011 | 0 | 1111 | 1000100 | 10011 | 101110 | 111011 | 110110 |
Color Harmonies of #CFAF43
Complementary color
Monochromatic Colors of #CFAF43
Black with #CFAF43
Text Example
Text Example
White with #CFAF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF43; }
p { color: rgb(207,175,67); }
H1.HeaderClassName
{
color: #CFAF43;
}
.AnyTagClassName
{
color: #CFAF43;
}
</style>
background-color css
<style>
a { background-color: #CFAF43; }
a { background-color: rgb(207,175,67); }
div.DivClassName
{
background-color: #CFAF43;
}
.BgClassName
{
background-color: #CFAF43;
}
</style>
border-color css
<style>
span { border-color: #CFAF43; }
span { border-color: rgb(207,175,67); }
td.TdClassName
{
border-color: #CFAF43;
}
.TagClassName
{
border-color: #CFAF43;
}
</style>