Shades of Old Gold #CFAF3F
Tints of Old Gold #CFAF3F
RGB
CMYK
RGB Variations
Color information
#CFAF3F (or 0xCFAF3F) is known color: Old Gold. HEX triplet: CF, AF and 3F. RGB value is (207,175,63). Sum of RGB (Red+Green+Blue) = 207+175+63=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF3F is #3050C0. Grayscale: #ACACAC. Windows color (decimal): -3166401 or 4173775. OLE color: 4173775.
HSL color Cylindrical-coordinate representation of color #CFAF3F: hue angle of 46.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFAF3F is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 63 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.19 |
| HSL | 46.67º | 0.6% | 0.53% | - |
| HSV(B) | 46.67º | 0.7% | 0.81% | - |
| XYZ | 41.96 | 44.28 | 11.04 | - |
| YUV | 171.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 63 | 0 | 0.15 | 0.70 | 0.19 | 46.67 | 0.6 | 0.53 |
| Hex | CF | AF | 3F | 0 | F | 46 | 13 | 2F | 3C | 35 |
| Octal | 317 | 257 | 77 | 0 | 17 | 106 | 23 | 57 | 74 | 65 |
| Binary | 11001111 | 10101111 | 111111 | 0 | 1111 | 1000110 | 10011 | 101111 | 111100 | 110101 |
Color Harmonies of #CFAF3F
Complementary color
Monochromatic Colors of #CFAF3F
Black with #CFAF3F
Text Example
Text Example
White with #CFAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF3F; }
p { color: rgb(207,175,63); }
H1.HeaderClassName
{
color: #CFAF3F;
}
.AnyTagClassName
{
color: #CFAF3F;
}
</style>
background-color css
<style>
a { background-color: #CFAF3F; }
a { background-color: rgb(207,175,63); }
div.DivClassName
{
background-color: #CFAF3F;
}
.BgClassName
{
background-color: #CFAF3F;
}
</style>
border-color css
<style>
span { border-color: #CFAF3F; }
span { border-color: rgb(207,175,63); }
td.TdClassName
{
border-color: #CFAF3F;
}
.TagClassName
{
border-color: #CFAF3F;
}
</style>