Shades of Old Gold #CABB2F
Tints of Old Gold #CABB2F
RGB
CMYK
RGB Variations
Color information
#CABB2F (or 0xCABB2F) is known color: Old Gold. HEX triplet: CA, BB and 2F. RGB value is (202,187,47). Sum of RGB (Red+Green+Blue) = 202+187+47=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB2F is #3544D0. Grayscale: #B0B0B0. Windows color (decimal): -3491025 or 3128266. OLE color: 3128266.
HSL color Cylindrical-coordinate representation of color #CABB2F: hue angle of 54.19º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CABB2F is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 47 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.21 |
| HSL | 54.19º | 0.62% | 0.49% | - |
| HSV(B) | 54.19º | 0.77% | 0.79% | - |
| XYZ | 42.64 | 48.3 | 9.77 | - |
| YUV | 175.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 47 | 0 | 0.07 | 0.77 | 0.21 | 54.19 | 0.62 | 0.49 |
| Hex | CA | BB | 2F | 0 | 7 | 4D | 15 | 36 | 3E | 31 |
| Octal | 312 | 273 | 57 | 0 | 7 | 115 | 25 | 66 | 76 | 61 |
| Binary | 11001010 | 10111011 | 101111 | 0 | 111 | 1001101 | 10101 | 110110 | 111110 | 110001 |
Color Harmonies of #CABB2F
Complementary color
Monochromatic Colors of #CABB2F
Black with #CABB2F
Text Example
Text Example
White with #CABB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB2F; }
p { color: rgb(202,187,47); }
H1.HeaderClassName
{
color: #CABB2F;
}
.AnyTagClassName
{
color: #CABB2F;
}
</style>
background-color css
<style>
a { background-color: #CABB2F; }
a { background-color: rgb(202,187,47); }
div.DivClassName
{
background-color: #CABB2F;
}
.BgClassName
{
background-color: #CABB2F;
}
</style>
border-color css
<style>
span { border-color: #CABB2F; }
span { border-color: rgb(202,187,47); }
td.TdClassName
{
border-color: #CABB2F;
}
.TagClassName
{
border-color: #CABB2F;
}
</style>