Shades of Old Gold #CAB038
Tints of Old Gold #CAB038
RGB
CMYK
RGB Variations
Color information
#CAB038 (or 0xCAB038) is known color: Old Gold. HEX triplet: CA, B0 and 38. RGB value is (202,176,56). Sum of RGB (Red+Green+Blue) = 202+176+56=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB038 is #354FC7. Grayscale: #AAAAAA. Windows color (decimal): -3493832 or 3715274. OLE color: 3715274.
HSL color Cylindrical-coordinate representation of color #CAB038: hue angle of 49.32º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAB038 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 56 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.21 |
| HSL | 49.32º | 0.58% | 0.51% | - |
| HSV(B) | 49.32º | 0.72% | 0.79% | - |
| XYZ | 40.6 | 43.89 | 10.07 | - |
| YUV | 170.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 56 | 0 | 0.13 | 0.72 | 0.21 | 49.32 | 0.58 | 0.51 |
| Hex | CA | B0 | 38 | 0 | D | 48 | 15 | 31 | 3A | 33 |
| Octal | 312 | 260 | 70 | 0 | 15 | 110 | 25 | 61 | 72 | 63 |
| Binary | 11001010 | 10110000 | 111000 | 0 | 1101 | 1001000 | 10101 | 110001 | 111010 | 110011 |
Color Harmonies of #CAB038
Complementary color
Monochromatic Colors of #CAB038
Black with #CAB038
Text Example
Text Example
White with #CAB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB038; }
p { color: rgb(202,176,56); }
H1.HeaderClassName
{
color: #CAB038;
}
.AnyTagClassName
{
color: #CAB038;
}
</style>
background-color css
<style>
a { background-color: #CAB038; }
a { background-color: rgb(202,176,56); }
div.DivClassName
{
background-color: #CAB038;
}
.BgClassName
{
background-color: #CAB038;
}
</style>
border-color css
<style>
span { border-color: #CAB038; }
span { border-color: rgb(202,176,56); }
td.TdClassName
{
border-color: #CAB038;
}
.TagClassName
{
border-color: #CAB038;
}
</style>