Shades of Old Gold #CAB32D
Tints of Old Gold #CAB32D
RGB
CMYK
RGB Variations
Color information
#CAB32D (or 0xCAB32D) is known color: Old Gold. HEX triplet: CA, B3 and 2D. RGB value is (202,179,45). Sum of RGB (Red+Green+Blue) = 202+179+45=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB32D is #354CD2. Grayscale: #ABABAB. Windows color (decimal): -3493075 or 2995146. OLE color: 2995146.
HSL color Cylindrical-coordinate representation of color #CAB32D: hue angle of 51.21º 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 #CAB32D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 45 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.21 |
| HSL | 51.21º | 0.64% | 0.48% | - |
| HSV(B) | 51.21º | 0.78% | 0.79% | - |
| XYZ | 40.95 | 44.99 | 9.01 | - |
| YUV | 170.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 45 | 0 | 0.11 | 0.78 | 0.21 | 51.21 | 0.64 | 0.48 |
| Hex | CA | B3 | 2D | 0 | B | 4E | 15 | 33 | 40 | 30 |
| Octal | 312 | 263 | 55 | 0 | 13 | 116 | 25 | 63 | 100 | 60 |
| Binary | 11001010 | 10110011 | 101101 | 0 | 1011 | 1001110 | 10101 | 110011 | 1000000 | 110000 |
Color Harmonies of #CAB32D
Complementary color
Monochromatic Colors of #CAB32D
Black with #CAB32D
Text Example
Text Example
White with #CAB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB32D; }
p { color: rgb(202,179,45); }
H1.HeaderClassName
{
color: #CAB32D;
}
.AnyTagClassName
{
color: #CAB32D;
}
</style>
background-color css
<style>
a { background-color: #CAB32D; }
a { background-color: rgb(202,179,45); }
div.DivClassName
{
background-color: #CAB32D;
}
.BgClassName
{
background-color: #CAB32D;
}
</style>
border-color css
<style>
span { border-color: #CAB32D; }
span { border-color: rgb(202,179,45); }
td.TdClassName
{
border-color: #CAB32D;
}
.TagClassName
{
border-color: #CAB32D;
}
</style>