Shades of Old Gold #CFAD44
Tints of Old Gold #CFAD44
RGB
CMYK
RGB Variations
Color information
#CFAD44 (or 0xCFAD44) is known color: Old Gold. HEX triplet: CF, AD and 44. RGB value is (207,173,68). Sum of RGB (Red+Green+Blue) = 207+173+68=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD44 is #3052BB. Grayscale: #ABABAB. Windows color (decimal): -3166908 or 4500943. OLE color: 4500943.
HSL color Cylindrical-coordinate representation of color #CFAD44: hue angle of 45.32º 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 #CFAD44 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 68 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.19 |
| HSL | 45.32º | 0.59% | 0.54% | - |
| HSV(B) | 45.32º | 0.67% | 0.81% | - |
| XYZ | 41.72 | 43.57 | 11.68 | - |
| YUV | 171.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 68 | 0 | 0.16 | 0.67 | 0.19 | 45.32 | 0.59 | 0.54 |
| Hex | CF | AD | 44 | 0 | 10 | 43 | 13 | 2D | 3B | 36 |
| Octal | 317 | 255 | 104 | 0 | 20 | 103 | 23 | 55 | 73 | 66 |
| Binary | 11001111 | 10101101 | 1000100 | 0 | 10000 | 1000011 | 10011 | 101101 | 111011 | 110110 |
Color Harmonies of #CFAD44
Complementary color
Monochromatic Colors of #CFAD44
Black with #CFAD44
Text Example
Text Example
White with #CFAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD44; }
p { color: rgb(207,173,68); }
H1.HeaderClassName
{
color: #CFAD44;
}
.AnyTagClassName
{
color: #CFAD44;
}
</style>
background-color css
<style>
a { background-color: #CFAD44; }
a { background-color: rgb(207,173,68); }
div.DivClassName
{
background-color: #CFAD44;
}
.BgClassName
{
background-color: #CFAD44;
}
</style>
border-color css
<style>
span { border-color: #CFAD44; }
span { border-color: rgb(207,173,68); }
td.TdClassName
{
border-color: #CFAD44;
}
.TagClassName
{
border-color: #CFAD44;
}
</style>