Shades of Galliano #CE9D2C
Tints of Galliano #CE9D2C
RGB
CMYK
RGB Variations
Color information
#CE9D2C (or 0xCE9D2C) is known color: Galliano. HEX triplet: CE, 9D and 2C. RGB value is (206,157,44). Sum of RGB (Red+Green+Blue) = 206+157+44=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D2C is #3162D3. Grayscale: #9F9F9F. Windows color (decimal): -3236564 or 2923982. OLE color: 2923982.
HSL color Cylindrical-coordinate representation of color #CE9D2C: hue angle of 41.85º 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 #CE9D2C is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 44 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.19 |
| HSL | 41.85º | 0.65% | 0.49% | - |
| HSV(B) | 41.85º | 0.79% | 0.81% | - |
| XYZ | 37.97 | 37.42 | 7.6 | - |
| YUV | 158.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 44 | 0 | 0.24 | 0.79 | 0.19 | 41.85 | 0.65 | 0.49 |
| Hex | CE | 9D | 2C | 0 | 18 | 4F | 13 | 2A | 41 | 31 |
| Octal | 316 | 235 | 54 | 0 | 30 | 117 | 23 | 52 | 101 | 61 |
| Binary | 11001110 | 10011101 | 101100 | 0 | 11000 | 1001111 | 10011 | 101010 | 1000001 | 110001 |
Color Harmonies of #CE9D2C
Complementary color
Monochromatic Colors of #CE9D2C
Black with #CE9D2C
Text Example
Text Example
White with #CE9D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D2C; }
p { color: rgb(206,157,44); }
H1.HeaderClassName
{
color: #CE9D2C;
}
.AnyTagClassName
{
color: #CE9D2C;
}
</style>
background-color css
<style>
a { background-color: #CE9D2C; }
a { background-color: rgb(206,157,44); }
div.DivClassName
{
background-color: #CE9D2C;
}
.BgClassName
{
background-color: #CE9D2C;
}
</style>
border-color css
<style>
span { border-color: #CE9D2C; }
span { border-color: rgb(206,157,44); }
td.TdClassName
{
border-color: #CE9D2C;
}
.TagClassName
{
border-color: #CE9D2C;
}
</style>