Shades of Galliano #CBA81E
Tints of Galliano #CBA81E
RGB
CMYK
RGB Variations
Color information
#CBA81E (or 0xCBA81E) is known color: Galliano. HEX triplet: CB, A8 and 1E. RGB value is (203,168,30). Sum of RGB (Red+Green+Blue) = 203+168+30=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA81E is #3457E1. Grayscale: #A3A3A3. Windows color (decimal): -3430370 or 2009291. OLE color: 2009291.
HSL color Cylindrical-coordinate representation of color #CBA81E: hue angle of 47.86º 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 #CBA81E is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 30 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.20 |
| HSL | 47.86º | 0.74% | 0.46% | - |
| HSV(B) | 47.86º | 0.85% | 0.8% | - |
| XYZ | 38.87 | 40.8 | 7.05 | - |
| YUV | 162.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 30 | 0 | 0.17 | 0.85 | 0.20 | 47.86 | 0.74 | 0.46 |
| Hex | CB | A8 | 1E | 0 | 11 | 55 | 14 | 30 | 4A | 2E |
| Octal | 313 | 250 | 36 | 0 | 21 | 125 | 24 | 60 | 112 | 56 |
| Binary | 11001011 | 10101000 | 11110 | 0 | 10001 | 1010101 | 10100 | 110000 | 1001010 | 101110 |
Color Harmonies of #CBA81E
Complementary color
Monochromatic Colors of #CBA81E
Black with #CBA81E
Text Example
Text Example
White with #CBA81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA81E; }
p { color: rgb(203,168,30); }
H1.HeaderClassName
{
color: #CBA81E;
}
.AnyTagClassName
{
color: #CBA81E;
}
</style>
background-color css
<style>
a { background-color: #CBA81E; }
a { background-color: rgb(203,168,30); }
div.DivClassName
{
background-color: #CBA81E;
}
.BgClassName
{
background-color: #CBA81E;
}
</style>
border-color css
<style>
span { border-color: #CBA81E; }
span { border-color: rgb(203,168,30); }
td.TdClassName
{
border-color: #CBA81E;
}
.TagClassName
{
border-color: #CBA81E;
}
</style>