Shades of Old Gold #CAB333
Tints of Old Gold #CAB333
RGB
CMYK
RGB Variations
Color information
#CAB333 (or 0xCAB333) is known color: Old Gold. HEX triplet: CA, B3 and 33. RGB value is (202,179,51). Sum of RGB (Red+Green+Blue) = 202+179+51=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB333 is #354CCC. Grayscale: #ABABAB. Windows color (decimal): -3493069 or 3388362. OLE color: 3388362.
HSL color Cylindrical-coordinate representation of color #CAB333: hue angle of 50.86º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAB333 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 51 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.21 |
| HSL | 50.86º | 0.6% | 0.5% | - |
| HSV(B) | 50.86º | 0.75% | 0.79% | - |
| XYZ | 41.07 | 45.04 | 9.66 | - |
| YUV | 171.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 51 | 0 | 0.11 | 0.75 | 0.21 | 50.86 | 0.6 | 0.5 |
| Hex | CA | B3 | 33 | 0 | B | 4B | 15 | 33 | 3C | 32 |
| Octal | 312 | 263 | 63 | 0 | 13 | 113 | 25 | 63 | 74 | 62 |
| Binary | 11001010 | 10110011 | 110011 | 0 | 1011 | 1001011 | 10101 | 110011 | 111100 | 110010 |
Color Harmonies of #CAB333
Complementary color
Monochromatic Colors of #CAB333
Black with #CAB333
Text Example
Text Example
White with #CAB333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB333; }
p { color: rgb(202,179,51); }
H1.HeaderClassName
{
color: #CAB333;
}
.AnyTagClassName
{
color: #CAB333;
}
</style>
background-color css
<style>
a { background-color: #CAB333; }
a { background-color: rgb(202,179,51); }
div.DivClassName
{
background-color: #CAB333;
}
.BgClassName
{
background-color: #CAB333;
}
</style>
border-color css
<style>
span { border-color: #CAB333; }
span { border-color: rgb(202,179,51); }
td.TdClassName
{
border-color: #CAB333;
}
.TagClassName
{
border-color: #CAB333;
}
</style>