Shades of Old Gold #CABC3C
Tints of Old Gold #CABC3C
RGB
CMYK
RGB Variations
Color information
#CABC3C (or 0xCABC3C) is known color: Old Gold. HEX triplet: CA, BC and 3C. RGB value is (202,188,60). Sum of RGB (Red+Green+Blue) = 202+188+60=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC3C is #3543C3. Grayscale: #B2B2B2. Windows color (decimal): -3490756 or 3980490. OLE color: 3980490.
HSL color Cylindrical-coordinate representation of color #CABC3C: hue angle of 54.08º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CABC3C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 60 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.21 |
| HSL | 54.08º | 0.57% | 0.51% | - |
| HSV(B) | 54.08º | 0.7% | 0.79% | - |
| XYZ | 43.16 | 48.85 | 11.43 | - |
| YUV | 177.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 60 | 0 | 0.07 | 0.70 | 0.21 | 54.08 | 0.57 | 0.51 |
| Hex | CA | BC | 3C | 0 | 7 | 46 | 15 | 36 | 39 | 33 |
| Octal | 312 | 274 | 74 | 0 | 7 | 106 | 25 | 66 | 71 | 63 |
| Binary | 11001010 | 10111100 | 111100 | 0 | 111 | 1000110 | 10101 | 110110 | 111001 | 110011 |
Color Harmonies of #CABC3C
Complementary color
Monochromatic Colors of #CABC3C
Black with #CABC3C
Text Example
Text Example
White with #CABC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABC3C; }
p { color: rgb(202,188,60); }
H1.HeaderClassName
{
color: #CABC3C;
}
.AnyTagClassName
{
color: #CABC3C;
}
</style>
background-color css
<style>
a { background-color: #CABC3C; }
a { background-color: rgb(202,188,60); }
div.DivClassName
{
background-color: #CABC3C;
}
.BgClassName
{
background-color: #CABC3C;
}
</style>
border-color css
<style>
span { border-color: #CABC3C; }
span { border-color: rgb(202,188,60); }
td.TdClassName
{
border-color: #CABC3C;
}
.TagClassName
{
border-color: #CABC3C;
}
</style>