Shades of Old Gold #CAB933
Tints of Old Gold #CAB933
RGB
CMYK
RGB Variations
Color information
#CAB933 (or 0xCAB933) is known color: Old Gold. HEX triplet: CA, B9 and 33. RGB value is (202,185,51). Sum of RGB (Red+Green+Blue) = 202+185+51=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB933 is #3546CC. Grayscale: #AFAFAF. Windows color (decimal): -3491533 or 3389898. OLE color: 3389898.
HSL color Cylindrical-coordinate representation of color #CAB933: hue angle of 53.25º 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 #CAB933 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 51 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.21 |
| HSL | 53.25º | 0.6% | 0.5% | - |
| HSV(B) | 53.25º | 0.75% | 0.79% | - |
| XYZ | 42.3 | 47.49 | 10.07 | - |
| YUV | 174.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 51 | 0 | 0.08 | 0.75 | 0.21 | 53.25 | 0.6 | 0.5 |
| Hex | CA | B9 | 33 | 0 | 8 | 4B | 15 | 35 | 3C | 32 |
| Octal | 312 | 271 | 63 | 0 | 10 | 113 | 25 | 65 | 74 | 62 |
| Binary | 11001010 | 10111001 | 110011 | 0 | 1000 | 1001011 | 10101 | 110101 | 111100 | 110010 |
Color Harmonies of #CAB933
Complementary color
Monochromatic Colors of #CAB933
Black with #CAB933
Text Example
Text Example
White with #CAB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB933; }
p { color: rgb(202,185,51); }
H1.HeaderClassName
{
color: #CAB933;
}
.AnyTagClassName
{
color: #CAB933;
}
</style>
background-color css
<style>
a { background-color: #CAB933; }
a { background-color: rgb(202,185,51); }
div.DivClassName
{
background-color: #CAB933;
}
.BgClassName
{
background-color: #CAB933;
}
</style>
border-color css
<style>
span { border-color: #CAB933; }
span { border-color: rgb(202,185,51); }
td.TdClassName
{
border-color: #CAB933;
}
.TagClassName
{
border-color: #CAB933;
}
</style>