Shades of Old Gold #CAB548
Tints of Old Gold #CAB548
RGB
CMYK
RGB Variations
Color information
#CAB548 (or 0xCAB548) is known color: Old Gold. HEX triplet: CA, B5 and 48. RGB value is (202,181,72). Sum of RGB (Red+Green+Blue) = 202+181+72=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB548 is #354AB7. Grayscale: #AFAFAF. Windows color (decimal): -3492536 or 4765130. OLE color: 4765130.
HSL color Cylindrical-coordinate representation of color #CAB548: hue angle of 50.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAB548 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 72 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.21 |
| HSL | 50.31º | 0.55% | 0.54% | - |
| HSV(B) | 50.31º | 0.64% | 0.79% | - |
| XYZ | 42.05 | 46.07 | 12.81 | - |
| YUV | 174.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 72 | 0 | 0.10 | 0.64 | 0.21 | 50.31 | 0.55 | 0.54 |
| Hex | CA | B5 | 48 | 0 | A | 40 | 15 | 32 | 37 | 36 |
| Octal | 312 | 265 | 110 | 0 | 12 | 100 | 25 | 62 | 67 | 66 |
| Binary | 11001010 | 10110101 | 1001000 | 0 | 1010 | 1000000 | 10101 | 110010 | 110111 | 110110 |
Color Harmonies of #CAB548
Complementary color
Monochromatic Colors of #CAB548
Black with #CAB548
Text Example
Text Example
White with #CAB548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB548; }
p { color: rgb(202,181,72); }
H1.HeaderClassName
{
color: #CAB548;
}
.AnyTagClassName
{
color: #CAB548;
}
</style>
background-color css
<style>
a { background-color: #CAB548; }
a { background-color: rgb(202,181,72); }
div.DivClassName
{
background-color: #CAB548;
}
.BgClassName
{
background-color: #CAB548;
}
</style>
border-color css
<style>
span { border-color: #CAB548; }
span { border-color: rgb(202,181,72); }
td.TdClassName
{
border-color: #CAB548;
}
.TagClassName
{
border-color: #CAB548;
}
</style>