Shades of Galliano #CBA420
Tints of Galliano #CBA420
RGB
CMYK
RGB Variations
Color information
#CBA420 (or 0xCBA420) is known color: Galliano. HEX triplet: CB, A4 and 20. RGB value is (203,164,32). Sum of RGB (Red+Green+Blue) = 203+164+32=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA420 is #345BDF. Grayscale: #A1A1A1. Windows color (decimal): -3431392 or 2139339. OLE color: 2139339.
HSL color Cylindrical-coordinate representation of color #CBA420: hue angle of 46.32º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBA420 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 32 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.20 |
| HSL | 46.32º | 0.73% | 0.46% | - |
| HSV(B) | 46.32º | 0.84% | 0.8% | - |
| XYZ | 38.16 | 39.35 | 6.95 | - |
| YUV | 160.61 | 55.42 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 32 | 0 | 0.19 | 0.84 | 0.20 | 46.32 | 0.73 | 0.46 |
| Hex | CB | A4 | 20 | 0 | 13 | 54 | 14 | 2E | 49 | 2E |
| Octal | 313 | 244 | 40 | 0 | 23 | 124 | 24 | 56 | 111 | 56 |
| Binary | 11001011 | 10100100 | 100000 | 0 | 10011 | 1010100 | 10100 | 101110 | 1001001 | 101110 |
Color Harmonies of #CBA420
Complementary color
Monochromatic Colors of #CBA420
Black with #CBA420
Text Example
Text Example
White with #CBA420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA420; }
p { color: rgb(203,164,32); }
H1.HeaderClassName
{
color: #CBA420;
}
.AnyTagClassName
{
color: #CBA420;
}
</style>
background-color css
<style>
a { background-color: #CBA420; }
a { background-color: rgb(203,164,32); }
div.DivClassName
{
background-color: #CBA420;
}
.BgClassName
{
background-color: #CBA420;
}
</style>
border-color css
<style>
span { border-color: #CBA420; }
span { border-color: rgb(203,164,32); }
td.TdClassName
{
border-color: #CBA420;
}
.TagClassName
{
border-color: #CBA420;
}
</style>