Shades of Old Gold #CAC03B
Tints of Old Gold #CAC03B
RGB
CMYK
RGB Variations
Color information
#CAC03B (or 0xCAC03B) is known color: Old Gold. HEX triplet: CA, C0 and 3B. RGB value is (202,192,59). Sum of RGB (Red+Green+Blue) = 202+192+59=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC03B is #353FC4. Grayscale: #B4B4B4. Windows color (decimal): -3489733 or 3915978. OLE color: 3915978.
HSL color Cylindrical-coordinate representation of color #CAC03B: hue angle of 55.8º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAC03B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 59 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.21 |
| HSL | 55.8º | 0.57% | 0.51% | - |
| HSV(B) | 55.8º | 0.71% | 0.79% | - |
| XYZ | 44 | 50.57 | 11.58 | - |
| YUV | 179.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 59 | 0 | 0.05 | 0.71 | 0.21 | 55.8 | 0.57 | 0.51 |
| Hex | CA | C0 | 3B | 0 | 5 | 47 | 15 | 38 | 39 | 33 |
| Octal | 312 | 300 | 73 | 0 | 5 | 107 | 25 | 70 | 71 | 63 |
| Binary | 11001010 | 11000000 | 111011 | 0 | 101 | 1000111 | 10101 | 111000 | 111001 | 110011 |
Color Harmonies of #CAC03B
Complementary color
Monochromatic Colors of #CAC03B
Black with #CAC03B
Text Example
Text Example
White with #CAC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC03B; }
p { color: rgb(202,192,59); }
H1.HeaderClassName
{
color: #CAC03B;
}
.AnyTagClassName
{
color: #CAC03B;
}
</style>
background-color css
<style>
a { background-color: #CAC03B; }
a { background-color: rgb(202,192,59); }
div.DivClassName
{
background-color: #CAC03B;
}
.BgClassName
{
background-color: #CAC03B;
}
</style>
border-color css
<style>
span { border-color: #CAC03B; }
span { border-color: rgb(202,192,59); }
td.TdClassName
{
border-color: #CAC03B;
}
.TagClassName
{
border-color: #CAC03B;
}
</style>