Shades of Old Gold #CFAF45
Tints of Old Gold #CFAF45
RGB
CMYK
RGB Variations
Color information
#CFAF45 (or 0xCFAF45) is known color: Old Gold. HEX triplet: CF, AF and 45. RGB value is (207,175,69). Sum of RGB (Red+Green+Blue) = 207+175+69=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF45 is #3050BA. Grayscale: #ACACAC. Windows color (decimal): -3166395 or 4566991. OLE color: 4566991.
HSL color Cylindrical-coordinate representation of color #CFAF45: hue angle of 46.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFAF45 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 69 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.19 |
| HSL | 46.09º | 0.59% | 0.54% | - |
| HSV(B) | 46.09º | 0.67% | 0.81% | - |
| XYZ | 42.14 | 44.36 | 11.97 | - |
| YUV | 172.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 69 | 0 | 0.15 | 0.67 | 0.19 | 46.09 | 0.59 | 0.54 |
| Hex | CF | AF | 45 | 0 | F | 43 | 13 | 2E | 3B | 36 |
| Octal | 317 | 257 | 105 | 0 | 17 | 103 | 23 | 56 | 73 | 66 |
| Binary | 11001111 | 10101111 | 1000101 | 0 | 1111 | 1000011 | 10011 | 101110 | 111011 | 110110 |
Color Harmonies of #CFAF45
Complementary color
Monochromatic Colors of #CFAF45
Black with #CFAF45
Text Example
Text Example
White with #CFAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF45; }
p { color: rgb(207,175,69); }
H1.HeaderClassName
{
color: #CFAF45;
}
.AnyTagClassName
{
color: #CFAF45;
}
</style>
background-color css
<style>
a { background-color: #CFAF45; }
a { background-color: rgb(207,175,69); }
div.DivClassName
{
background-color: #CFAF45;
}
.BgClassName
{
background-color: #CFAF45;
}
</style>
border-color css
<style>
span { border-color: #CFAF45; }
span { border-color: rgb(207,175,69); }
td.TdClassName
{
border-color: #CFAF45;
}
.TagClassName
{
border-color: #CFAF45;
}
</style>