Shades of Old Gold #CAB633
Tints of Old Gold #CAB633
RGB
CMYK
RGB Variations
Color information
#CAB633 (or 0xCAB633) is known color: Old Gold. HEX triplet: CA, B6 and 33. RGB value is (202,182,51). Sum of RGB (Red+Green+Blue) = 202+182+51=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB633 is #3549CC. Grayscale: #ADADAD. Windows color (decimal): -3492301 or 3389130. OLE color: 3389130.
HSL color Cylindrical-coordinate representation of color #CAB633: hue angle of 52.05º 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 #CAB633 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 51 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.21 |
| HSL | 52.05º | 0.6% | 0.5% | - |
| HSV(B) | 52.05º | 0.75% | 0.79% | - |
| XYZ | 41.68 | 46.25 | 9.86 | - |
| YUV | 173.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 51 | 0 | 0.10 | 0.75 | 0.21 | 52.05 | 0.6 | 0.5 |
| Hex | CA | B6 | 33 | 0 | A | 4B | 15 | 34 | 3C | 32 |
| Octal | 312 | 266 | 63 | 0 | 12 | 113 | 25 | 64 | 74 | 62 |
| Binary | 11001010 | 10110110 | 110011 | 0 | 1010 | 1001011 | 10101 | 110100 | 111100 | 110010 |
Color Harmonies of #CAB633
Complementary color
Monochromatic Colors of #CAB633
Black with #CAB633
Text Example
Text Example
White with #CAB633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB633; }
p { color: rgb(202,182,51); }
H1.HeaderClassName
{
color: #CAB633;
}
.AnyTagClassName
{
color: #CAB633;
}
</style>
background-color css
<style>
a { background-color: #CAB633; }
a { background-color: rgb(202,182,51); }
div.DivClassName
{
background-color: #CAB633;
}
.BgClassName
{
background-color: #CAB633;
}
</style>
border-color css
<style>
span { border-color: #CAB633; }
span { border-color: rgb(202,182,51); }
td.TdClassName
{
border-color: #CAB633;
}
.TagClassName
{
border-color: #CAB633;
}
</style>