Shades of Old Gold #CAB33C
Tints of Old Gold #CAB33C
RGB
CMYK
RGB Variations
Color information
#CAB33C (or 0xCAB33C) is known color: Old Gold. HEX triplet: CA, B3 and 3C. RGB value is (202,179,60). Sum of RGB (Red+Green+Blue) = 202+179+60=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB33C is #354CC3. Grayscale: #ACACAC. Windows color (decimal): -3493060 or 3978186. OLE color: 3978186.
HSL color Cylindrical-coordinate representation of color #CAB33C: hue angle of 50.28º 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 #CAB33C is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 60 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.21 |
| HSL | 50.28º | 0.57% | 0.51% | - |
| HSV(B) | 50.28º | 0.7% | 0.79% | - |
| XYZ | 41.29 | 45.12 | 10.81 | - |
| YUV | 172.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 60 | 0 | 0.11 | 0.70 | 0.21 | 50.28 | 0.57 | 0.51 |
| Hex | CA | B3 | 3C | 0 | B | 46 | 15 | 32 | 39 | 33 |
| Octal | 312 | 263 | 74 | 0 | 13 | 106 | 25 | 62 | 71 | 63 |
| Binary | 11001010 | 10110011 | 111100 | 0 | 1011 | 1000110 | 10101 | 110010 | 111001 | 110011 |
Color Harmonies of #CAB33C
Complementary color
Monochromatic Colors of #CAB33C
Black with #CAB33C
Text Example
Text Example
White with #CAB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB33C; }
p { color: rgb(202,179,60); }
H1.HeaderClassName
{
color: #CAB33C;
}
.AnyTagClassName
{
color: #CAB33C;
}
</style>
background-color css
<style>
a { background-color: #CAB33C; }
a { background-color: rgb(202,179,60); }
div.DivClassName
{
background-color: #CAB33C;
}
.BgClassName
{
background-color: #CAB33C;
}
</style>
border-color css
<style>
span { border-color: #CAB33C; }
span { border-color: rgb(202,179,60); }
td.TdClassName
{
border-color: #CAB33C;
}
.TagClassName
{
border-color: #CAB33C;
}
</style>