Shades of Old Gold #CFAF3E
Tints of Old Gold #CFAF3E
RGB
CMYK
RGB Variations
Color information
#CFAF3E (or 0xCFAF3E) is known color: Old Gold. HEX triplet: CF, AF and 3E. RGB value is (207,175,62). Sum of RGB (Red+Green+Blue) = 207+175+62=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF3E is #3050C1. Grayscale: #ACACAC. Windows color (decimal): -3166402 or 4108239. OLE color: 4108239.
HSL color Cylindrical-coordinate representation of color #CFAF3E: hue angle of 46.76º 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 #CFAF3E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 62 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.19 |
| HSL | 46.76º | 0.6% | 0.53% | - |
| HSV(B) | 46.76º | 0.7% | 0.81% | - |
| XYZ | 41.93 | 44.27 | 10.89 | - |
| YUV | 171.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 62 | 0 | 0.15 | 0.70 | 0.19 | 46.76 | 0.6 | 0.53 |
| Hex | CF | AF | 3E | 0 | F | 46 | 13 | 2F | 3C | 35 |
| Octal | 317 | 257 | 76 | 0 | 17 | 106 | 23 | 57 | 74 | 65 |
| Binary | 11001111 | 10101111 | 111110 | 0 | 1111 | 1000110 | 10011 | 101111 | 111100 | 110101 |
Color Harmonies of #CFAF3E
Complementary color
Monochromatic Colors of #CFAF3E
Black with #CFAF3E
Text Example
Text Example
White with #CFAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF3E; }
p { color: rgb(207,175,62); }
H1.HeaderClassName
{
color: #CFAF3E;
}
.AnyTagClassName
{
color: #CFAF3E;
}
</style>
background-color css
<style>
a { background-color: #CFAF3E; }
a { background-color: rgb(207,175,62); }
div.DivClassName
{
background-color: #CFAF3E;
}
.BgClassName
{
background-color: #CFAF3E;
}
</style>
border-color css
<style>
span { border-color: #CFAF3E; }
span { border-color: rgb(207,175,62); }
td.TdClassName
{
border-color: #CFAF3E;
}
.TagClassName
{
border-color: #CFAF3E;
}
</style>