Shades of Galliano #CBA421
Tints of Galliano #CBA421
RGB
CMYK
RGB Variations
Color information
#CBA421 (or 0xCBA421) is known color: Galliano. HEX triplet: CB, A4 and 21. RGB value is (203,164,33). Sum of RGB (Red+Green+Blue) = 203+164+33=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA421 is #345BDE. Grayscale: #A1A1A1. Windows color (decimal): -3431391 or 2204875. OLE color: 2204875.
HSL color Cylindrical-coordinate representation of color #CBA421: hue angle of 46.24º degrees, saturation: 0.72, 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 #CBA421 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 33 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.20 |
| HSL | 46.24º | 0.72% | 0.46% | - |
| HSV(B) | 46.24º | 0.84% | 0.8% | - |
| XYZ | 38.18 | 39.36 | 7.02 | - |
| YUV | 160.73 | 55.92 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 33 | 0 | 0.19 | 0.84 | 0.20 | 46.24 | 0.72 | 0.46 |
| Hex | CB | A4 | 21 | 0 | 13 | 54 | 14 | 2E | 48 | 2E |
| Octal | 313 | 244 | 41 | 0 | 23 | 124 | 24 | 56 | 110 | 56 |
| Binary | 11001011 | 10100100 | 100001 | 0 | 10011 | 1010100 | 10100 | 101110 | 1001000 | 101110 |
Color Harmonies of #CBA421
Complementary color
Monochromatic Colors of #CBA421
Black with #CBA421
Text Example
Text Example
White with #CBA421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA421; }
p { color: rgb(203,164,33); }
H1.HeaderClassName
{
color: #CBA421;
}
.AnyTagClassName
{
color: #CBA421;
}
</style>
background-color css
<style>
a { background-color: #CBA421; }
a { background-color: rgb(203,164,33); }
div.DivClassName
{
background-color: #CBA421;
}
.BgClassName
{
background-color: #CBA421;
}
</style>
border-color css
<style>
span { border-color: #CBA421; }
span { border-color: rgb(203,164,33); }
td.TdClassName
{
border-color: #CBA421;
}
.TagClassName
{
border-color: #CBA421;
}
</style>