Shades of Old Gold #CFAF41
Tints of Old Gold #CFAF41
RGB
CMYK
RGB Variations
Color information
#CFAF41 (or 0xCFAF41) is known color: Old Gold. HEX triplet: CF, AF and 41. RGB value is (207,175,65). Sum of RGB (Red+Green+Blue) = 207+175+65=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF41 is #3050BE. Grayscale: #ACACAC. Windows color (decimal): -3166399 or 4304847. OLE color: 4304847.
HSL color Cylindrical-coordinate representation of color #CFAF41: hue angle of 46.48º 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 #CFAF41 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 65 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.19 |
| HSL | 46.48º | 0.6% | 0.53% | - |
| HSV(B) | 46.48º | 0.69% | 0.81% | - |
| XYZ | 42.02 | 44.31 | 11.34 | - |
| YUV | 172.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 65 | 0 | 0.15 | 0.69 | 0.19 | 46.48 | 0.6 | 0.53 |
| Hex | CF | AF | 41 | 0 | F | 45 | 13 | 2E | 3C | 35 |
| Octal | 317 | 257 | 101 | 0 | 17 | 105 | 23 | 56 | 74 | 65 |
| Binary | 11001111 | 10101111 | 1000001 | 0 | 1111 | 1000101 | 10011 | 101110 | 111100 | 110101 |
Color Harmonies of #CFAF41
Complementary color
Monochromatic Colors of #CFAF41
Black with #CFAF41
Text Example
Text Example
White with #CFAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF41; }
p { color: rgb(207,175,65); }
H1.HeaderClassName
{
color: #CFAF41;
}
.AnyTagClassName
{
color: #CFAF41;
}
</style>
background-color css
<style>
a { background-color: #CFAF41; }
a { background-color: rgb(207,175,65); }
div.DivClassName
{
background-color: #CFAF41;
}
.BgClassName
{
background-color: #CFAF41;
}
</style>
border-color css
<style>
span { border-color: #CFAF41; }
span { border-color: rgb(207,175,65); }
td.TdClassName
{
border-color: #CFAF41;
}
.TagClassName
{
border-color: #CFAF41;
}
</style>