Shades of Old Gold #CABA32
Tints of Old Gold #CABA32
RGB
CMYK
RGB Variations
Color information
#CABA32 (or 0xCABA32) is known color: Old Gold. HEX triplet: CA, BA and 32. RGB value is (202,186,50). Sum of RGB (Red+Green+Blue) = 202+186+50=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA32 is #3545CD. Grayscale: #AFAFAF. Windows color (decimal): -3491278 or 3324618. OLE color: 3324618.
HSL color Cylindrical-coordinate representation of color #CABA32: hue angle of 53.68º 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 #CABA32 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 50 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.21 |
| HSL | 53.68º | 0.6% | 0.49% | - |
| HSV(B) | 53.68º | 0.75% | 0.79% | - |
| XYZ | 42.49 | 47.9 | 10.02 | - |
| YUV | 175.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 50 | 0 | 0.08 | 0.75 | 0.21 | 53.68 | 0.6 | 0.49 |
| Hex | CA | BA | 32 | 0 | 8 | 4B | 15 | 36 | 3C | 31 |
| Octal | 312 | 272 | 62 | 0 | 10 | 113 | 25 | 66 | 74 | 61 |
| Binary | 11001010 | 10111010 | 110010 | 0 | 1000 | 1001011 | 10101 | 110110 | 111100 | 110001 |
Color Harmonies of #CABA32
Complementary color
Monochromatic Colors of #CABA32
Black with #CABA32
Text Example
Text Example
White with #CABA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA32; }
p { color: rgb(202,186,50); }
H1.HeaderClassName
{
color: #CABA32;
}
.AnyTagClassName
{
color: #CABA32;
}
</style>
background-color css
<style>
a { background-color: #CABA32; }
a { background-color: rgb(202,186,50); }
div.DivClassName
{
background-color: #CABA32;
}
.BgClassName
{
background-color: #CABA32;
}
</style>
border-color css
<style>
span { border-color: #CABA32; }
span { border-color: rgb(202,186,50); }
td.TdClassName
{
border-color: #CABA32;
}
.TagClassName
{
border-color: #CABA32;
}
</style>