Shades of Old Gold #CFAF46
Tints of Old Gold #CFAF46
RGB
CMYK
RGB Variations
Color information
#CFAF46 (or 0xCFAF46) is known color: Old Gold. HEX triplet: CF, AF and 46. RGB value is (207,175,70). Sum of RGB (Red+Green+Blue) = 207+175+70=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF46 is #3050B9. Grayscale: #ADADAD. Windows color (decimal): -3166394 or 4632527. OLE color: 4632527.
HSL color Cylindrical-coordinate representation of color #CFAF46: hue angle of 45.99º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFAF46 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 70 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.19 |
| HSL | 45.99º | 0.59% | 0.54% | - |
| HSV(B) | 45.99º | 0.66% | 0.81% | - |
| XYZ | 42.17 | 44.37 | 12.14 | - |
| YUV | 172.6 | 70.1 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 70 | 0 | 0.15 | 0.66 | 0.19 | 45.99 | 0.59 | 0.54 |
| Hex | CF | AF | 46 | 0 | F | 42 | 13 | 2E | 3B | 36 |
| Octal | 317 | 257 | 106 | 0 | 17 | 102 | 23 | 56 | 73 | 66 |
| Binary | 11001111 | 10101111 | 1000110 | 0 | 1111 | 1000010 | 10011 | 101110 | 111011 | 110110 |
Color Harmonies of #CFAF46
Complementary color
Monochromatic Colors of #CFAF46
Black with #CFAF46
Text Example
Text Example
White with #CFAF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF46; }
p { color: rgb(207,175,70); }
H1.HeaderClassName
{
color: #CFAF46;
}
.AnyTagClassName
{
color: #CFAF46;
}
</style>
background-color css
<style>
a { background-color: #CFAF46; }
a { background-color: rgb(207,175,70); }
div.DivClassName
{
background-color: #CFAF46;
}
.BgClassName
{
background-color: #CFAF46;
}
</style>
border-color css
<style>
span { border-color: #CFAF46; }
span { border-color: rgb(207,175,70); }
td.TdClassName
{
border-color: #CFAF46;
}
.TagClassName
{
border-color: #CFAF46;
}
</style>