Shades of Old Gold #CAB92D
Tints of Old Gold #CAB92D
RGB
CMYK
RGB Variations
Color information
#CAB92D (or 0xCAB92D) is known color: Old Gold. HEX triplet: CA, B9 and 2D. RGB value is (202,185,45). Sum of RGB (Red+Green+Blue) = 202+185+45=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB92D is #3546D2. Grayscale: #AEAEAE. Windows color (decimal): -3491539 or 2996682. OLE color: 2996682.
HSL color Cylindrical-coordinate representation of color #CAB92D: hue angle of 53.5º 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 #CAB92D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 45 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.21 |
| HSL | 53.5º | 0.64% | 0.48% | - |
| HSV(B) | 53.5º | 0.78% | 0.79% | - |
| XYZ | 42.18 | 47.44 | 9.42 | - |
| YUV | 174.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 45 | 0 | 0.08 | 0.78 | 0.21 | 53.5 | 0.64 | 0.48 |
| Hex | CA | B9 | 2D | 0 | 8 | 4E | 15 | 36 | 40 | 30 |
| Octal | 312 | 271 | 55 | 0 | 10 | 116 | 25 | 66 | 100 | 60 |
| Binary | 11001010 | 10111001 | 101101 | 0 | 1000 | 1001110 | 10101 | 110110 | 1000000 | 110000 |
Color Harmonies of #CAB92D
Complementary color
Monochromatic Colors of #CAB92D
Black with #CAB92D
Text Example
Text Example
White with #CAB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB92D; }
p { color: rgb(202,185,45); }
H1.HeaderClassName
{
color: #CAB92D;
}
.AnyTagClassName
{
color: #CAB92D;
}
</style>
background-color css
<style>
a { background-color: #CAB92D; }
a { background-color: rgb(202,185,45); }
div.DivClassName
{
background-color: #CAB92D;
}
.BgClassName
{
background-color: #CAB92D;
}
</style>
border-color css
<style>
span { border-color: #CAB92D; }
span { border-color: rgb(202,185,45); }
td.TdClassName
{
border-color: #CAB92D;
}
.TagClassName
{
border-color: #CAB92D;
}
</style>