Shades of Old Gold #CAC03D
Tints of Old Gold #CAC03D
RGB
CMYK
RGB Variations
Color information
#CAC03D (or 0xCAC03D) is known color: Old Gold. HEX triplet: CA, C0 and 3D. RGB value is (202,192,61). Sum of RGB (Red+Green+Blue) = 202+192+61=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC03D is #353FC2. Grayscale: #B4B4B4. Windows color (decimal): -3489731 or 4047050. OLE color: 4047050.
HSL color Cylindrical-coordinate representation of color #CAC03D: hue angle of 55.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC03D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 61 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.21 |
| HSL | 55.74º | 0.57% | 0.52% | - |
| HSV(B) | 55.74º | 0.7% | 0.79% | - |
| XYZ | 44.05 | 50.59 | 11.86 | - |
| YUV | 180.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 61 | 0 | 0.05 | 0.70 | 0.21 | 55.74 | 0.57 | 0.52 |
| Hex | CA | C0 | 3D | 0 | 5 | 46 | 15 | 38 | 39 | 34 |
| Octal | 312 | 300 | 75 | 0 | 5 | 106 | 25 | 70 | 71 | 64 |
| Binary | 11001010 | 11000000 | 111101 | 0 | 101 | 1000110 | 10101 | 111000 | 111001 | 110100 |
Color Harmonies of #CAC03D
Complementary color
Monochromatic Colors of #CAC03D
Black with #CAC03D
Text Example
Text Example
White with #CAC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC03D; }
p { color: rgb(202,192,61); }
H1.HeaderClassName
{
color: #CAC03D;
}
.AnyTagClassName
{
color: #CAC03D;
}
</style>
background-color css
<style>
a { background-color: #CAC03D; }
a { background-color: rgb(202,192,61); }
div.DivClassName
{
background-color: #CAC03D;
}
.BgClassName
{
background-color: #CAC03D;
}
</style>
border-color css
<style>
span { border-color: #CAC03D; }
span { border-color: rgb(202,192,61); }
td.TdClassName
{
border-color: #CAC03D;
}
.TagClassName
{
border-color: #CAC03D;
}
</style>