Shades of Old Gold #CAB336
Tints of Old Gold #CAB336
RGB
CMYK
RGB Variations
Color information
#CAB336 (or 0xCAB336) is known color: Old Gold. HEX triplet: CA, B3 and 36. RGB value is (202,179,54). Sum of RGB (Red+Green+Blue) = 202+179+54=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB336 is #354CC9. Grayscale: #ACACAC. Windows color (decimal): -3493066 or 3584970. OLE color: 3584970.
HSL color Cylindrical-coordinate representation of color #CAB336: hue angle of 50.68º 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 #CAB336 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 54 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.21 |
| HSL | 50.68º | 0.58% | 0.5% | - |
| HSV(B) | 50.68º | 0.73% | 0.79% | - |
| XYZ | 41.14 | 45.06 | 10.02 | - |
| YUV | 171.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 54 | 0 | 0.11 | 0.73 | 0.21 | 50.68 | 0.58 | 0.5 |
| Hex | CA | B3 | 36 | 0 | B | 49 | 15 | 33 | 3A | 32 |
| Octal | 312 | 263 | 66 | 0 | 13 | 111 | 25 | 63 | 72 | 62 |
| Binary | 11001010 | 10110011 | 110110 | 0 | 1011 | 1001001 | 10101 | 110011 | 111010 | 110010 |
Color Harmonies of #CAB336
Complementary color
Monochromatic Colors of #CAB336
Black with #CAB336
Text Example
Text Example
White with #CAB336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB336; }
p { color: rgb(202,179,54); }
H1.HeaderClassName
{
color: #CAB336;
}
.AnyTagClassName
{
color: #CAB336;
}
</style>
background-color css
<style>
a { background-color: #CAB336; }
a { background-color: rgb(202,179,54); }
div.DivClassName
{
background-color: #CAB336;
}
.BgClassName
{
background-color: #CAB336;
}
</style>
border-color css
<style>
span { border-color: #CAB336; }
span { border-color: rgb(202,179,54); }
td.TdClassName
{
border-color: #CAB336;
}
.TagClassName
{
border-color: #CAB336;
}
</style>