Shades of Old Gold #CABA2D
Tints of Old Gold #CABA2D
RGB
CMYK
RGB Variations
Color information
#CABA2D (or 0xCABA2D) is known color: Old Gold. HEX triplet: CA, BA and 2D. RGB value is (202,186,45). Sum of RGB (Red+Green+Blue) = 202+186+45=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA2D is #3545D2. Grayscale: #AFAFAF. Windows color (decimal): -3491283 or 2996938. OLE color: 2996938.
HSL color Cylindrical-coordinate representation of color #CABA2D: hue angle of 53.89º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CABA2D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 45 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.21 |
| HSL | 53.89º | 0.64% | 0.48% | - |
| HSV(B) | 53.89º | 0.78% | 0.79% | - |
| XYZ | 42.39 | 47.86 | 9.49 | - |
| YUV | 174.71 | 54.8 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 45 | 0 | 0.08 | 0.78 | 0.21 | 53.89 | 0.64 | 0.48 |
| Hex | CA | BA | 2D | 0 | 8 | 4E | 15 | 36 | 40 | 30 |
| Octal | 312 | 272 | 55 | 0 | 10 | 116 | 25 | 66 | 100 | 60 |
| Binary | 11001010 | 10111010 | 101101 | 0 | 1000 | 1001110 | 10101 | 110110 | 1000000 | 110000 |
Color Harmonies of #CABA2D
Complementary color
Monochromatic Colors of #CABA2D
Black with #CABA2D
Text Example
Text Example
White with #CABA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA2D; }
p { color: rgb(202,186,45); }
H1.HeaderClassName
{
color: #CABA2D;
}
.AnyTagClassName
{
color: #CABA2D;
}
</style>
background-color css
<style>
a { background-color: #CABA2D; }
a { background-color: rgb(202,186,45); }
div.DivClassName
{
background-color: #CABA2D;
}
.BgClassName
{
background-color: #CABA2D;
}
</style>
border-color css
<style>
span { border-color: #CABA2D; }
span { border-color: rgb(202,186,45); }
td.TdClassName
{
border-color: #CABA2D;
}
.TagClassName
{
border-color: #CABA2D;
}
</style>