Shades of Old Gold #CABA44
Tints of Old Gold #CABA44
RGB
CMYK
RGB Variations
Color information
#CABA44 (or 0xCABA44) is known color: Old Gold. HEX triplet: CA, BA and 44. RGB value is (202,186,68). Sum of RGB (Red+Green+Blue) = 202+186+68=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA44 is #3545BB. Grayscale: #B1B1B1. Windows color (decimal): -3491260 or 4504266. OLE color: 4504266.
HSL color Cylindrical-coordinate representation of color #CABA44: hue angle of 52.84º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CABA44 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 68 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.21 |
| HSL | 52.84º | 0.56% | 0.53% | - |
| HSV(B) | 52.84º | 0.66% | 0.79% | - |
| XYZ | 42.96 | 48.09 | 12.49 | - |
| YUV | 177.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 68 | 0 | 0.08 | 0.66 | 0.21 | 52.84 | 0.56 | 0.53 |
| Hex | CA | BA | 44 | 0 | 8 | 42 | 15 | 35 | 38 | 35 |
| Octal | 312 | 272 | 104 | 0 | 10 | 102 | 25 | 65 | 70 | 65 |
| Binary | 11001010 | 10111010 | 1000100 | 0 | 1000 | 1000010 | 10101 | 110101 | 111000 | 110101 |
Color Harmonies of #CABA44
Complementary color
Monochromatic Colors of #CABA44
Black with #CABA44
Text Example
Text Example
White with #CABA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA44; }
p { color: rgb(202,186,68); }
H1.HeaderClassName
{
color: #CABA44;
}
.AnyTagClassName
{
color: #CABA44;
}
</style>
background-color css
<style>
a { background-color: #CABA44; }
a { background-color: rgb(202,186,68); }
div.DivClassName
{
background-color: #CABA44;
}
.BgClassName
{
background-color: #CABA44;
}
</style>
border-color css
<style>
span { border-color: #CABA44; }
span { border-color: rgb(202,186,68); }
td.TdClassName
{
border-color: #CABA44;
}
.TagClassName
{
border-color: #CABA44;
}
</style>