Shades of Old Gold #CABB45
Tints of Old Gold #CABB45
RGB
CMYK
RGB Variations
Color information
#CABB45 (or 0xCABB45) is known color: Old Gold. HEX triplet: CA, BB and 45. RGB value is (202,187,69). Sum of RGB (Red+Green+Blue) = 202+187+69=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB45 is #3544BA. Grayscale: #B2B2B2. Windows color (decimal): -3491003 or 4570058. OLE color: 4570058.
HSL color Cylindrical-coordinate representation of color #CABB45: hue angle of 53.23º 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 #CABB45 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 69 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.21 |
| HSL | 53.23º | 0.56% | 0.53% | - |
| HSV(B) | 53.23º | 0.66% | 0.79% | - |
| XYZ | 43.2 | 48.53 | 12.72 | - |
| YUV | 178.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 69 | 0 | 0.07 | 0.66 | 0.21 | 53.23 | 0.56 | 0.53 |
| Hex | CA | BB | 45 | 0 | 7 | 42 | 15 | 35 | 38 | 35 |
| Octal | 312 | 273 | 105 | 0 | 7 | 102 | 25 | 65 | 70 | 65 |
| Binary | 11001010 | 10111011 | 1000101 | 0 | 111 | 1000010 | 10101 | 110101 | 111000 | 110101 |
Color Harmonies of #CABB45
Complementary color
Monochromatic Colors of #CABB45
Black with #CABB45
Text Example
Text Example
White with #CABB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB45; }
p { color: rgb(202,187,69); }
H1.HeaderClassName
{
color: #CABB45;
}
.AnyTagClassName
{
color: #CABB45;
}
</style>
background-color css
<style>
a { background-color: #CABB45; }
a { background-color: rgb(202,187,69); }
div.DivClassName
{
background-color: #CABB45;
}
.BgClassName
{
background-color: #CABB45;
}
</style>
border-color css
<style>
span { border-color: #CABB45; }
span { border-color: rgb(202,187,69); }
td.TdClassName
{
border-color: #CABB45;
}
.TagClassName
{
border-color: #CABB45;
}
</style>