Shades of Old Gold #CFAC44
Tints of Old Gold #CFAC44
RGB
CMYK
RGB Variations
Color information
#CFAC44 (or 0xCFAC44) is known color: Old Gold. HEX triplet: CF, AC and 44. RGB value is (207,172,68). Sum of RGB (Red+Green+Blue) = 207+172+68=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC44 is #3053BB. Grayscale: #ABABAB. Windows color (decimal): -3167164 or 4500687. OLE color: 4500687.
HSL color Cylindrical-coordinate representation of color #CFAC44: hue angle of 44.89º 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 #CFAC44 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 68 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.19 |
| HSL | 44.89º | 0.59% | 0.54% | - |
| HSV(B) | 44.89º | 0.67% | 0.81% | - |
| XYZ | 41.53 | 43.19 | 11.62 | - |
| YUV | 170.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 68 | 0 | 0.17 | 0.67 | 0.19 | 44.89 | 0.59 | 0.54 |
| Hex | CF | AC | 44 | 0 | 11 | 43 | 13 | 2D | 3B | 36 |
| Octal | 317 | 254 | 104 | 0 | 21 | 103 | 23 | 55 | 73 | 66 |
| Binary | 11001111 | 10101100 | 1000100 | 0 | 10001 | 1000011 | 10011 | 101101 | 111011 | 110110 |
Color Harmonies of #CFAC44
Complementary color
Monochromatic Colors of #CFAC44
Black with #CFAC44
Text Example
Text Example
White with #CFAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC44; }
p { color: rgb(207,172,68); }
H1.HeaderClassName
{
color: #CFAC44;
}
.AnyTagClassName
{
color: #CFAC44;
}
</style>
background-color css
<style>
a { background-color: #CFAC44; }
a { background-color: rgb(207,172,68); }
div.DivClassName
{
background-color: #CFAC44;
}
.BgClassName
{
background-color: #CFAC44;
}
</style>
border-color css
<style>
span { border-color: #CFAC44; }
span { border-color: rgb(207,172,68); }
td.TdClassName
{
border-color: #CFAC44;
}
.TagClassName
{
border-color: #CFAC44;
}
</style>