Shades of Old Gold #CAB32B
Tints of Old Gold #CAB32B
RGB
CMYK
RGB Variations
Color information
#CAB32B (or 0xCAB32B) is known color: Old Gold. HEX triplet: CA, B3 and 2B. RGB value is (202,179,43). Sum of RGB (Red+Green+Blue) = 202+179+43=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB32B is #354CD4. Grayscale: #AAAAAA. Windows color (decimal): -3493077 or 2864074. OLE color: 2864074.
HSL color Cylindrical-coordinate representation of color #CAB32B: hue angle of 51.32º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAB32B is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 43 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.21 |
| HSL | 51.32º | 0.65% | 0.48% | - |
| HSV(B) | 51.32º | 0.79% | 0.79% | - |
| XYZ | 40.91 | 44.97 | 8.81 | - |
| YUV | 170.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 43 | 0 | 0.11 | 0.79 | 0.21 | 51.32 | 0.65 | 0.48 |
| Hex | CA | B3 | 2B | 0 | B | 4F | 15 | 33 | 41 | 30 |
| Octal | 312 | 263 | 53 | 0 | 13 | 117 | 25 | 63 | 101 | 60 |
| Binary | 11001010 | 10110011 | 101011 | 0 | 1011 | 1001111 | 10101 | 110011 | 1000001 | 110000 |
Color Harmonies of #CAB32B
Complementary color
Monochromatic Colors of #CAB32B
Black with #CAB32B
Text Example
Text Example
White with #CAB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB32B; }
p { color: rgb(202,179,43); }
H1.HeaderClassName
{
color: #CAB32B;
}
.AnyTagClassName
{
color: #CAB32B;
}
</style>
background-color css
<style>
a { background-color: #CAB32B; }
a { background-color: rgb(202,179,43); }
div.DivClassName
{
background-color: #CAB32B;
}
.BgClassName
{
background-color: #CAB32B;
}
</style>
border-color css
<style>
span { border-color: #CAB32B; }
span { border-color: rgb(202,179,43); }
td.TdClassName
{
border-color: #CAB32B;
}
.TagClassName
{
border-color: #CAB32B;
}
</style>