Shades of Galliano #CBA11E
Tints of Galliano #CBA11E
RGB
CMYK
RGB Variations
Color information
#CBA11E (or 0xCBA11E) is known color: Galliano. HEX triplet: CB, A1 and 1E. RGB value is (203,161,30). Sum of RGB (Red+Green+Blue) = 203+161+30=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA11E is #345EE1. Grayscale: #9F9F9F. Windows color (decimal): -3432162 or 2007499. OLE color: 2007499.
HSL color Cylindrical-coordinate representation of color #CBA11E: hue angle of 45.43º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBA11E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 30 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.20 |
| HSL | 45.43º | 0.74% | 0.46% | - |
| HSV(B) | 45.43º | 0.85% | 0.8% | - |
| XYZ | 37.61 | 38.28 | 6.63 | - |
| YUV | 158.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 30 | 0 | 0.21 | 0.85 | 0.20 | 45.43 | 0.74 | 0.46 |
| Hex | CB | A1 | 1E | 0 | 15 | 55 | 14 | 2D | 4A | 2E |
| Octal | 313 | 241 | 36 | 0 | 25 | 125 | 24 | 55 | 112 | 56 |
| Binary | 11001011 | 10100001 | 11110 | 0 | 10101 | 1010101 | 10100 | 101101 | 1001010 | 101110 |
Color Harmonies of #CBA11E
Complementary color
Monochromatic Colors of #CBA11E
Black with #CBA11E
Text Example
Text Example
White with #CBA11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA11E; }
p { color: rgb(203,161,30); }
H1.HeaderClassName
{
color: #CBA11E;
}
.AnyTagClassName
{
color: #CBA11E;
}
</style>
background-color css
<style>
a { background-color: #CBA11E; }
a { background-color: rgb(203,161,30); }
div.DivClassName
{
background-color: #CBA11E;
}
.BgClassName
{
background-color: #CBA11E;
}
</style>
border-color css
<style>
span { border-color: #CBA11E; }
span { border-color: rgb(203,161,30); }
td.TdClassName
{
border-color: #CBA11E;
}
.TagClassName
{
border-color: #CBA11E;
}
</style>