Shades of Old Gold #CABA43
Tints of Old Gold #CABA43
RGB
CMYK
RGB Variations
Color information
#CABA43 (or 0xCABA43) is known color: Old Gold. HEX triplet: CA, BA and 43. RGB value is (202,186,67). Sum of RGB (Red+Green+Blue) = 202+186+67=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA43 is #3545BC. Grayscale: #B1B1B1. Windows color (decimal): -3491261 or 4438730. OLE color: 4438730.
HSL color Cylindrical-coordinate representation of color #CABA43: hue angle of 52.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CABA43 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 67 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.21 |
| HSL | 52.89º | 0.56% | 0.53% | - |
| HSV(B) | 52.89º | 0.67% | 0.79% | - |
| XYZ | 42.93 | 48.08 | 12.33 | - |
| YUV | 177.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 67 | 0 | 0.08 | 0.67 | 0.21 | 52.89 | 0.56 | 0.53 |
| Hex | CA | BA | 43 | 0 | 8 | 43 | 15 | 35 | 38 | 35 |
| Octal | 312 | 272 | 103 | 0 | 10 | 103 | 25 | 65 | 70 | 65 |
| Binary | 11001010 | 10111010 | 1000011 | 0 | 1000 | 1000011 | 10101 | 110101 | 111000 | 110101 |
Color Harmonies of #CABA43
Complementary color
Monochromatic Colors of #CABA43
Black with #CABA43
Text Example
Text Example
White with #CABA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA43; }
p { color: rgb(202,186,67); }
H1.HeaderClassName
{
color: #CABA43;
}
.AnyTagClassName
{
color: #CABA43;
}
</style>
background-color css
<style>
a { background-color: #CABA43; }
a { background-color: rgb(202,186,67); }
div.DivClassName
{
background-color: #CABA43;
}
.BgClassName
{
background-color: #CABA43;
}
</style>
border-color css
<style>
span { border-color: #CABA43; }
span { border-color: rgb(202,186,67); }
td.TdClassName
{
border-color: #CABA43;
}
.TagClassName
{
border-color: #CABA43;
}
</style>