Shades of Old Gold #CAB537
Tints of Old Gold #CAB537
RGB
CMYK
RGB Variations
Color information
#CAB537 (or 0xCAB537) is known color: Old Gold. HEX triplet: CA, B5 and 37. RGB value is (202,181,55). Sum of RGB (Red+Green+Blue) = 202+181+55=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB537 is #354AC8. Grayscale: #ADADAD. Windows color (decimal): -3492553 or 3651018. OLE color: 3651018.
HSL color Cylindrical-coordinate representation of color #CAB537: hue angle of 51.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAB537 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 55 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.21 |
| HSL | 51.43º | 0.58% | 0.5% | - |
| HSV(B) | 51.43º | 0.73% | 0.79% | - |
| XYZ | 41.57 | 45.88 | 10.28 | - |
| YUV | 172.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 55 | 0 | 0.10 | 0.73 | 0.21 | 51.43 | 0.58 | 0.5 |
| Hex | CA | B5 | 37 | 0 | A | 49 | 15 | 33 | 3A | 32 |
| Octal | 312 | 265 | 67 | 0 | 12 | 111 | 25 | 63 | 72 | 62 |
| Binary | 11001010 | 10110101 | 110111 | 0 | 1010 | 1001001 | 10101 | 110011 | 111010 | 110010 |
Color Harmonies of #CAB537
Complementary color
Monochromatic Colors of #CAB537
Black with #CAB537
Text Example
Text Example
White with #CAB537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB537; }
p { color: rgb(202,181,55); }
H1.HeaderClassName
{
color: #CAB537;
}
.AnyTagClassName
{
color: #CAB537;
}
</style>
background-color css
<style>
a { background-color: #CAB537; }
a { background-color: rgb(202,181,55); }
div.DivClassName
{
background-color: #CAB537;
}
.BgClassName
{
background-color: #CAB537;
}
</style>
border-color css
<style>
span { border-color: #CAB537; }
span { border-color: rgb(202,181,55); }
td.TdClassName
{
border-color: #CAB537;
}
.TagClassName
{
border-color: #CAB537;
}
</style>