Shades of Old Gold #CABC2D
Tints of Old Gold #CABC2D
RGB
CMYK
RGB Variations
Color information
#CABC2D (or 0xCABC2D) is known color: Old Gold. HEX triplet: CA, BC and 2D. RGB value is (202,188,45). Sum of RGB (Red+Green+Blue) = 202+188+45=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABC2D is #3543D2. Grayscale: #B0B0B0. Windows color (decimal): -3490771 or 2997450. OLE color: 2997450.
HSL color Cylindrical-coordinate representation of color #CABC2D: hue angle of 54.65º 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 #CABC2D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.21 |
| HSL | 54.65º | 0.64% | 0.48% | - |
| HSV(B) | 54.65º | 0.78% | 0.79% | - |
| XYZ | 42.81 | 48.71 | 9.63 | - |
| YUV | 175.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 45 | 0 | 0.07 | 0.78 | 0.21 | 54.65 | 0.64 | 0.48 |
| Hex | CA | BC | 2D | 0 | 7 | 4E | 15 | 37 | 40 | 30 |
| Octal | 312 | 274 | 55 | 0 | 7 | 116 | 25 | 67 | 100 | 60 |
| Binary | 11001010 | 10111100 | 101101 | 0 | 111 | 1001110 | 10101 | 110111 | 1000000 | 110000 |
Color Harmonies of #CABC2D
Complementary color
Monochromatic Colors of #CABC2D
Black with #CABC2D
Text Example
Text Example
White with #CABC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABC2D; }
p { color: rgb(202,188,45); }
H1.HeaderClassName
{
color: #CABC2D;
}
.AnyTagClassName
{
color: #CABC2D;
}
</style>
background-color css
<style>
a { background-color: #CABC2D; }
a { background-color: rgb(202,188,45); }
div.DivClassName
{
background-color: #CABC2D;
}
.BgClassName
{
background-color: #CABC2D;
}
</style>
border-color css
<style>
span { border-color: #CABC2D; }
span { border-color: rgb(202,188,45); }
td.TdClassName
{
border-color: #CABC2D;
}
.TagClassName
{
border-color: #CABC2D;
}
</style>