Shades of Old Gold #CAB144
Tints of Old Gold #CAB144
RGB
CMYK
RGB Variations
Color information
#CAB144 (or 0xCAB144) is known color: Old Gold. HEX triplet: CA, B1 and 44. RGB value is (202,177,68). Sum of RGB (Red+Green+Blue) = 202+177+68=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB144 is #354EBB. Grayscale: #ACACAC. Windows color (decimal): -3493564 or 4501962. OLE color: 4501962.
HSL color Cylindrical-coordinate representation of color #CAB144: hue angle of 48.81º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAB144 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 68 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.21 |
| HSL | 48.81º | 0.56% | 0.53% | - |
| HSV(B) | 48.81º | 0.66% | 0.79% | - |
| XYZ | 41.12 | 44.42 | 11.88 | - |
| YUV | 172.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 68 | 0 | 0.12 | 0.66 | 0.21 | 48.81 | 0.56 | 0.53 |
| Hex | CA | B1 | 44 | 0 | C | 42 | 15 | 31 | 38 | 35 |
| Octal | 312 | 261 | 104 | 0 | 14 | 102 | 25 | 61 | 70 | 65 |
| Binary | 11001010 | 10110001 | 1000100 | 0 | 1100 | 1000010 | 10101 | 110001 | 111000 | 110101 |
Color Harmonies of #CAB144
Complementary color
Monochromatic Colors of #CAB144
Black with #CAB144
Text Example
Text Example
White with #CAB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB144; }
p { color: rgb(202,177,68); }
H1.HeaderClassName
{
color: #CAB144;
}
.AnyTagClassName
{
color: #CAB144;
}
</style>
background-color css
<style>
a { background-color: #CAB144; }
a { background-color: rgb(202,177,68); }
div.DivClassName
{
background-color: #CAB144;
}
.BgClassName
{
background-color: #CAB144;
}
</style>
border-color css
<style>
span { border-color: #CAB144; }
span { border-color: rgb(202,177,68); }
td.TdClassName
{
border-color: #CAB144;
}
.TagClassName
{
border-color: #CAB144;
}
</style>