Shades of Old Gold #CFAF44
Tints of Old Gold #CFAF44
RGB
CMYK
RGB Variations
Color information
#CFAF44 (or 0xCFAF44) is known color: Old Gold. HEX triplet: CF, AF and 44. RGB value is (207,175,68). Sum of RGB (Red+Green+Blue) = 207+175+68=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF44 is #3050BB. Grayscale: #ACACAC. Windows color (decimal): -3166396 or 4501455. OLE color: 4501455.
HSL color Cylindrical-coordinate representation of color #CFAF44: hue angle of 46.19º 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 #CFAF44 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 68 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.19 |
| HSL | 46.19º | 0.59% | 0.54% | - |
| HSV(B) | 46.19º | 0.67% | 0.81% | - |
| XYZ | 42.11 | 44.34 | 11.81 | - |
| YUV | 172.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 68 | 0 | 0.15 | 0.67 | 0.19 | 46.19 | 0.59 | 0.54 |
| Hex | CF | AF | 44 | 0 | F | 43 | 13 | 2E | 3B | 36 |
| Octal | 317 | 257 | 104 | 0 | 17 | 103 | 23 | 56 | 73 | 66 |
| Binary | 11001111 | 10101111 | 1000100 | 0 | 1111 | 1000011 | 10011 | 101110 | 111011 | 110110 |
Color Harmonies of #CFAF44
Complementary color
Monochromatic Colors of #CFAF44
Black with #CFAF44
Text Example
Text Example
White with #CFAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF44; }
p { color: rgb(207,175,68); }
H1.HeaderClassName
{
color: #CFAF44;
}
.AnyTagClassName
{
color: #CFAF44;
}
</style>
background-color css
<style>
a { background-color: #CFAF44; }
a { background-color: rgb(207,175,68); }
div.DivClassName
{
background-color: #CFAF44;
}
.BgClassName
{
background-color: #CFAF44;
}
</style>
border-color css
<style>
span { border-color: #CFAF44; }
span { border-color: rgb(207,175,68); }
td.TdClassName
{
border-color: #CFAF44;
}
.TagClassName
{
border-color: #CFAF44;
}
</style>