Shades of Old Gold #CAC036
Tints of Old Gold #CAC036
RGB
CMYK
RGB Variations
Color information
#CAC036 (or 0xCAC036) is known color: Old Gold. HEX triplet: CA, C0 and 36. RGB value is (202,192,54). Sum of RGB (Red+Green+Blue) = 202+192+54=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC036 is #353FC9. Grayscale: #B3B3B3. Windows color (decimal): -3489738 or 3588298. OLE color: 3588298.
HSL color Cylindrical-coordinate representation of color #CAC036: hue angle of 55.95º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAC036 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 54 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.21 |
| HSL | 55.95º | 0.58% | 0.5% | - |
| HSV(B) | 55.95º | 0.73% | 0.79% | - |
| XYZ | 43.87 | 50.52 | 10.93 | - |
| YUV | 179.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 54 | 0 | 0.05 | 0.73 | 0.21 | 55.95 | 0.58 | 0.5 |
| Hex | CA | C0 | 36 | 0 | 5 | 49 | 15 | 38 | 3A | 32 |
| Octal | 312 | 300 | 66 | 0 | 5 | 111 | 25 | 70 | 72 | 62 |
| Binary | 11001010 | 11000000 | 110110 | 0 | 101 | 1001001 | 10101 | 111000 | 111010 | 110010 |
Color Harmonies of #CAC036
Complementary color
Monochromatic Colors of #CAC036
Black with #CAC036
Text Example
Text Example
White with #CAC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC036; }
p { color: rgb(202,192,54); }
H1.HeaderClassName
{
color: #CAC036;
}
.AnyTagClassName
{
color: #CAC036;
}
</style>
background-color css
<style>
a { background-color: #CAC036; }
a { background-color: rgb(202,192,54); }
div.DivClassName
{
background-color: #CAC036;
}
.BgClassName
{
background-color: #CAC036;
}
</style>
border-color css
<style>
span { border-color: #CAC036; }
span { border-color: rgb(202,192,54); }
td.TdClassName
{
border-color: #CAC036;
}
.TagClassName
{
border-color: #CAC036;
}
</style>