Shades of Old Gold #CAB528
Tints of Old Gold #CAB528
RGB
CMYK
RGB Variations
Color information
#CAB528 (or 0xCAB528) is known color: Old Gold. HEX triplet: CA, B5 and 28. RGB value is (202,181,40). Sum of RGB (Red+Green+Blue) = 202+181+40=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB528 is #354AD7. Grayscale: #ABABAB. Windows color (decimal): -3492568 or 2667978. OLE color: 2667978.
HSL color Cylindrical-coordinate representation of color #CAB528: hue angle of 52.22º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAB528 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 40 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.21 |
| HSL | 52.22º | 0.67% | 0.47% | - |
| HSV(B) | 52.22º | 0.8% | 0.79% | - |
| XYZ | 41.26 | 45.76 | 8.66 | - |
| YUV | 171.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 40 | 0 | 0.10 | 0.80 | 0.21 | 52.22 | 0.67 | 0.47 |
| Hex | CA | B5 | 28 | 0 | A | 50 | 15 | 34 | 43 | 2F |
| Octal | 312 | 265 | 50 | 0 | 12 | 120 | 25 | 64 | 103 | 57 |
| Binary | 11001010 | 10110101 | 101000 | 0 | 1010 | 1010000 | 10101 | 110100 | 1000011 | 101111 |
Color Harmonies of #CAB528
Complementary color
Monochromatic Colors of #CAB528
Black with #CAB528
Text Example
Text Example
White with #CAB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB528; }
p { color: rgb(202,181,40); }
H1.HeaderClassName
{
color: #CAB528;
}
.AnyTagClassName
{
color: #CAB528;
}
</style>
background-color css
<style>
a { background-color: #CAB528; }
a { background-color: rgb(202,181,40); }
div.DivClassName
{
background-color: #CAB528;
}
.BgClassName
{
background-color: #CAB528;
}
</style>
border-color css
<style>
span { border-color: #CAB528; }
span { border-color: rgb(202,181,40); }
td.TdClassName
{
border-color: #CAB528;
}
.TagClassName
{
border-color: #CAB528;
}
</style>