Shades of Old Gold #CAB232
Tints of Old Gold #CAB232
RGB
CMYK
RGB Variations
Color information
#CAB232 (or 0xCAB232) is known color: Old Gold. HEX triplet: CA, B2 and 32. RGB value is (202,178,50). Sum of RGB (Red+Green+Blue) = 202+178+50=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB232 is #354DCD. Grayscale: #ABABAB. Windows color (decimal): -3493326 or 3322570. OLE color: 3322570.
HSL color Cylindrical-coordinate representation of color #CAB232: hue angle of 50.53º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAB232 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 50 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.21 |
| HSL | 50.53º | 0.6% | 0.49% | - |
| HSV(B) | 50.53º | 0.75% | 0.79% | - |
| XYZ | 40.85 | 44.63 | 9.48 | - |
| YUV | 170.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 50 | 0 | 0.12 | 0.75 | 0.21 | 50.53 | 0.6 | 0.49 |
| Hex | CA | B2 | 32 | 0 | C | 4B | 15 | 33 | 3C | 31 |
| Octal | 312 | 262 | 62 | 0 | 14 | 113 | 25 | 63 | 74 | 61 |
| Binary | 11001010 | 10110010 | 110010 | 0 | 1100 | 1001011 | 10101 | 110011 | 111100 | 110001 |
Color Harmonies of #CAB232
Complementary color
Monochromatic Colors of #CAB232
Black with #CAB232
Text Example
Text Example
White with #CAB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB232; }
p { color: rgb(202,178,50); }
H1.HeaderClassName
{
color: #CAB232;
}
.AnyTagClassName
{
color: #CAB232;
}
</style>
background-color css
<style>
a { background-color: #CAB232; }
a { background-color: rgb(202,178,50); }
div.DivClassName
{
background-color: #CAB232;
}
.BgClassName
{
background-color: #CAB232;
}
</style>
border-color css
<style>
span { border-color: #CAB232; }
span { border-color: rgb(202,178,50); }
td.TdClassName
{
border-color: #CAB232;
}
.TagClassName
{
border-color: #CAB232;
}
</style>