Shades of Galliano #CE9F2C
Tints of Galliano #CE9F2C
RGB
CMYK
RGB Variations
Color information
#CE9F2C (or 0xCE9F2C) is known color: Galliano. HEX triplet: CE, 9F and 2C. RGB value is (206,159,44). Sum of RGB (Red+Green+Blue) = 206+159+44=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F2C is #3160D3. Grayscale: #A0A0A0. Windows color (decimal): -3236052 or 2924494. OLE color: 2924494.
HSL color Cylindrical-coordinate representation of color #CE9F2C: hue angle of 42.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE9F2C is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 44 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.19 |
| HSL | 42.59º | 0.65% | 0.49% | - |
| HSV(B) | 42.59º | 0.79% | 0.81% | - |
| XYZ | 38.31 | 38.1 | 7.72 | - |
| YUV | 159.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 44 | 0 | 0.23 | 0.79 | 0.19 | 42.59 | 0.65 | 0.49 |
| Hex | CE | 9F | 2C | 0 | 17 | 4F | 13 | 2B | 41 | 31 |
| Octal | 316 | 237 | 54 | 0 | 27 | 117 | 23 | 53 | 101 | 61 |
| Binary | 11001110 | 10011111 | 101100 | 0 | 10111 | 1001111 | 10011 | 101011 | 1000001 | 110001 |
Color Harmonies of #CE9F2C
Complementary color
Monochromatic Colors of #CE9F2C
Black with #CE9F2C
Text Example
Text Example
White with #CE9F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F2C; }
p { color: rgb(206,159,44); }
H1.HeaderClassName
{
color: #CE9F2C;
}
.AnyTagClassName
{
color: #CE9F2C;
}
</style>
background-color css
<style>
a { background-color: #CE9F2C; }
a { background-color: rgb(206,159,44); }
div.DivClassName
{
background-color: #CE9F2C;
}
.BgClassName
{
background-color: #CE9F2C;
}
</style>
border-color css
<style>
span { border-color: #CE9F2C; }
span { border-color: rgb(206,159,44); }
td.TdClassName
{
border-color: #CE9F2C;
}
.TagClassName
{
border-color: #CE9F2C;
}
</style>