Shades of Old Gold #CAC041
Tints of Old Gold #CAC041
RGB
CMYK
RGB Variations
Color information
#CAC041 (or 0xCAC041) is known color: Old Gold. HEX triplet: CA, C0 and 41. RGB value is (202,192,65). Sum of RGB (Red+Green+Blue) = 202+192+65=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC041 is #353FBE. Grayscale: #B5B5B5. Windows color (decimal): -3489727 or 4309194. OLE color: 4309194.
HSL color Cylindrical-coordinate representation of color #CAC041: hue angle of 55.62º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC041 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 65 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.21 |
| HSL | 55.62º | 0.56% | 0.52% | - |
| HSV(B) | 55.62º | 0.68% | 0.79% | - |
| XYZ | 44.16 | 50.64 | 12.45 | - |
| YUV | 180.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 65 | 0 | 0.05 | 0.68 | 0.21 | 55.62 | 0.56 | 0.52 |
| Hex | CA | C0 | 41 | 0 | 5 | 44 | 15 | 38 | 38 | 34 |
| Octal | 312 | 300 | 101 | 0 | 5 | 104 | 25 | 70 | 70 | 64 |
| Binary | 11001010 | 11000000 | 1000001 | 0 | 101 | 1000100 | 10101 | 111000 | 111000 | 110100 |
Color Harmonies of #CAC041
Complementary color
Monochromatic Colors of #CAC041
Black with #CAC041
Text Example
Text Example
White with #CAC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC041; }
p { color: rgb(202,192,65); }
H1.HeaderClassName
{
color: #CAC041;
}
.AnyTagClassName
{
color: #CAC041;
}
</style>
background-color css
<style>
a { background-color: #CAC041; }
a { background-color: rgb(202,192,65); }
div.DivClassName
{
background-color: #CAC041;
}
.BgClassName
{
background-color: #CAC041;
}
</style>
border-color css
<style>
span { border-color: #CAC041; }
span { border-color: rgb(202,192,65); }
td.TdClassName
{
border-color: #CAC041;
}
.TagClassName
{
border-color: #CAC041;
}
</style>