Shades of Old Gold #CAB43A
Tints of Old Gold #CAB43A
RGB
CMYK
RGB Variations
Color information
#CAB43A (or 0xCAB43A) is known color: Old Gold. HEX triplet: CA, B4 and 3A. RGB value is (202,180,58). Sum of RGB (Red+Green+Blue) = 202+180+58=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB43A is #354BC5. Grayscale: #ADADAD. Windows color (decimal): -3492806 or 3847370. OLE color: 3847370.
HSL color Cylindrical-coordinate representation of color #CAB43A: hue angle of 50.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAB43A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 58 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.21 |
| HSL | 50.83º | 0.58% | 0.51% | - |
| HSV(B) | 50.83º | 0.71% | 0.79% | - |
| XYZ | 41.44 | 45.5 | 10.6 | - |
| YUV | 172.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 58 | 0 | 0.11 | 0.71 | 0.21 | 50.83 | 0.58 | 0.51 |
| Hex | CA | B4 | 3A | 0 | B | 47 | 15 | 33 | 3A | 33 |
| Octal | 312 | 264 | 72 | 0 | 13 | 107 | 25 | 63 | 72 | 63 |
| Binary | 11001010 | 10110100 | 111010 | 0 | 1011 | 1000111 | 10101 | 110011 | 111010 | 110011 |
Color Harmonies of #CAB43A
Complementary color
Monochromatic Colors of #CAB43A
Black with #CAB43A
Text Example
Text Example
White with #CAB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB43A; }
p { color: rgb(202,180,58); }
H1.HeaderClassName
{
color: #CAB43A;
}
.AnyTagClassName
{
color: #CAB43A;
}
</style>
background-color css
<style>
a { background-color: #CAB43A; }
a { background-color: rgb(202,180,58); }
div.DivClassName
{
background-color: #CAB43A;
}
.BgClassName
{
background-color: #CAB43A;
}
</style>
border-color css
<style>
span { border-color: #CAB43A; }
span { border-color: rgb(202,180,58); }
td.TdClassName
{
border-color: #CAB43A;
}
.TagClassName
{
border-color: #CAB43A;
}
</style>