Shades of Galliano #CE9E22
Tints of Galliano #CE9E22
RGB
CMYK
RGB Variations
Color information
#CE9E22 (or 0xCE9E22) is known color: Galliano. HEX triplet: CE, 9E and 22. RGB value is (206,158,34). Sum of RGB (Red+Green+Blue) = 206+158+34=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E22 is #3161DD. Grayscale: #9E9E9E. Windows color (decimal): -3236318 or 2268878. OLE color: 2268878.
HSL color Cylindrical-coordinate representation of color #CE9E22: hue angle of 43.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE9E22 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 34 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.19 |
| HSL | 43.26º | 0.72% | 0.47% | - |
| HSV(B) | 43.26º | 0.83% | 0.81% | - |
| XYZ | 37.97 | 37.69 | 6.79 | - |
| YUV | 158.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 34 | 0 | 0.23 | 0.83 | 0.19 | 43.26 | 0.72 | 0.47 |
| Hex | CE | 9E | 22 | 0 | 17 | 53 | 13 | 2B | 48 | 2F |
| Octal | 316 | 236 | 42 | 0 | 27 | 123 | 23 | 53 | 110 | 57 |
| Binary | 11001110 | 10011110 | 100010 | 0 | 10111 | 1010011 | 10011 | 101011 | 1001000 | 101111 |
Color Harmonies of #CE9E22
Complementary color
Monochromatic Colors of #CE9E22
Black with #CE9E22
Text Example
Text Example
White with #CE9E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E22; }
p { color: rgb(206,158,34); }
H1.HeaderClassName
{
color: #CE9E22;
}
.AnyTagClassName
{
color: #CE9E22;
}
</style>
background-color css
<style>
a { background-color: #CE9E22; }
a { background-color: rgb(206,158,34); }
div.DivClassName
{
background-color: #CE9E22;
}
.BgClassName
{
background-color: #CE9E22;
}
</style>
border-color css
<style>
span { border-color: #CE9E22; }
span { border-color: rgb(206,158,34); }
td.TdClassName
{
border-color: #CE9E22;
}
.TagClassName
{
border-color: #CE9E22;
}
</style>