Shades of Galliano #CBAB21
Tints of Galliano #CBAB21
RGB
CMYK
RGB Variations
Color information
#CBAB21 (or 0xCBAB21) is known color: Galliano. HEX triplet: CB, AB and 21. RGB value is (203,171,33). Sum of RGB (Red+Green+Blue) = 203+171+33=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB21 is #3454DE. Grayscale: #A5A5A5. Windows color (decimal): -3429599 or 2206667. OLE color: 2206667.
HSL color Cylindrical-coordinate representation of color #CBAB21: hue angle of 48.71º 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 #CBAB21 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 33 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.20 |
| HSL | 48.71º | 0.72% | 0.46% | - |
| HSV(B) | 48.71º | 0.84% | 0.8% | - |
| XYZ | 39.47 | 41.93 | 7.45 | - |
| YUV | 164.84 | 53.6 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 33 | 0 | 0.16 | 0.84 | 0.20 | 48.71 | 0.72 | 0.46 |
| Hex | CB | AB | 21 | 0 | 10 | 54 | 14 | 31 | 48 | 2E |
| Octal | 313 | 253 | 41 | 0 | 20 | 124 | 24 | 61 | 110 | 56 |
| Binary | 11001011 | 10101011 | 100001 | 0 | 10000 | 1010100 | 10100 | 110001 | 1001000 | 101110 |
Color Harmonies of #CBAB21
Complementary color
Monochromatic Colors of #CBAB21
Black with #CBAB21
Text Example
Text Example
White with #CBAB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB21; }
p { color: rgb(203,171,33); }
H1.HeaderClassName
{
color: #CBAB21;
}
.AnyTagClassName
{
color: #CBAB21;
}
</style>
background-color css
<style>
a { background-color: #CBAB21; }
a { background-color: rgb(203,171,33); }
div.DivClassName
{
background-color: #CBAB21;
}
.BgClassName
{
background-color: #CBAB21;
}
</style>
border-color css
<style>
span { border-color: #CBAB21; }
span { border-color: rgb(203,171,33); }
td.TdClassName
{
border-color: #CBAB21;
}
.TagClassName
{
border-color: #CBAB21;
}
</style>