Shades of Old Gold #CAC03F
Tints of Old Gold #CAC03F
RGB
CMYK
RGB Variations
Color information
#CAC03F (or 0xCAC03F) is known color: Old Gold. HEX triplet: CA, C0 and 3F. RGB value is (202,192,63). Sum of RGB (Red+Green+Blue) = 202+192+63=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC03F is #353FC0. Grayscale: #B4B4B4. Windows color (decimal): -3489729 or 4178122. OLE color: 4178122.
HSL color Cylindrical-coordinate representation of color #CAC03F: hue angle of 55.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAC03F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 63 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.21 |
| HSL | 55.68º | 0.57% | 0.52% | - |
| HSV(B) | 55.68º | 0.69% | 0.79% | - |
| XYZ | 44.1 | 50.61 | 12.15 | - |
| YUV | 180.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 63 | 0 | 0.05 | 0.69 | 0.21 | 55.68 | 0.57 | 0.52 |
| Hex | CA | C0 | 3F | 0 | 5 | 45 | 15 | 38 | 39 | 34 |
| Octal | 312 | 300 | 77 | 0 | 5 | 105 | 25 | 70 | 71 | 64 |
| Binary | 11001010 | 11000000 | 111111 | 0 | 101 | 1000101 | 10101 | 111000 | 111001 | 110100 |
Color Harmonies of #CAC03F
Complementary color
Monochromatic Colors of #CAC03F
Black with #CAC03F
Text Example
Text Example
White with #CAC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC03F; }
p { color: rgb(202,192,63); }
H1.HeaderClassName
{
color: #CAC03F;
}
.AnyTagClassName
{
color: #CAC03F;
}
</style>
background-color css
<style>
a { background-color: #CAC03F; }
a { background-color: rgb(202,192,63); }
div.DivClassName
{
background-color: #CAC03F;
}
.BgClassName
{
background-color: #CAC03F;
}
</style>
border-color css
<style>
span { border-color: #CAC03F; }
span { border-color: rgb(202,192,63); }
td.TdClassName
{
border-color: #CAC03F;
}
.TagClassName
{
border-color: #CAC03F;
}
</style>