Shades of Galliano #CE9E1C
Tints of Galliano #CE9E1C
RGB
CMYK
RGB Variations
Color information
#CE9E1C (or 0xCE9E1C) is known color: Galliano. HEX triplet: CE, 9E and 1C. RGB value is (206,158,28). Sum of RGB (Red+Green+Blue) = 206+158+28=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E1C is #3161E3. Grayscale: #9E9E9E. Windows color (decimal): -3236324 or 1875662. OLE color: 1875662.
HSL color Cylindrical-coordinate representation of color #CE9E1C: hue angle of 43.82º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE9E1C is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 28 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.19 |
| HSL | 43.82º | 0.76% | 0.46% | - |
| HSV(B) | 43.82º | 0.86% | 0.81% | - |
| XYZ | 37.89 | 37.66 | 6.37 | - |
| YUV | 157.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 28 | 0 | 0.23 | 0.86 | 0.19 | 43.82 | 0.76 | 0.46 |
| Hex | CE | 9E | 1C | 0 | 17 | 56 | 13 | 2C | 4C | 2E |
| Octal | 316 | 236 | 34 | 0 | 27 | 126 | 23 | 54 | 114 | 56 |
| Binary | 11001110 | 10011110 | 11100 | 0 | 10111 | 1010110 | 10011 | 101100 | 1001100 | 101110 |
Color Harmonies of #CE9E1C
Complementary color
Monochromatic Colors of #CE9E1C
Black with #CE9E1C
Text Example
Text Example
White with #CE9E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E1C; }
p { color: rgb(206,158,28); }
H1.HeaderClassName
{
color: #CE9E1C;
}
.AnyTagClassName
{
color: #CE9E1C;
}
</style>
background-color css
<style>
a { background-color: #CE9E1C; }
a { background-color: rgb(206,158,28); }
div.DivClassName
{
background-color: #CE9E1C;
}
.BgClassName
{
background-color: #CE9E1C;
}
</style>
border-color css
<style>
span { border-color: #CE9E1C; }
span { border-color: rgb(206,158,28); }
td.TdClassName
{
border-color: #CE9E1C;
}
.TagClassName
{
border-color: #CE9E1C;
}
</style>