Shades of Galliano #CE9C18
Tints of Galliano #CE9C18
RGB
CMYK
RGB Variations
Color information
#CE9C18 (or 0xCE9C18) is known color: Galliano. HEX triplet: CE, 9C and 18. RGB value is (206,156,24). Sum of RGB (Red+Green+Blue) = 206+156+24=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9C18 is #3163E7. Grayscale: #9C9C9C. Windows color (decimal): -3236840 or 1613006. OLE color: 1613006.
HSL color Cylindrical-coordinate representation of color #CE9C18: hue angle of 43.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE9C18 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 24 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.19 |
| HSL | 43.52º | 0.79% | 0.45% | - |
| HSV(B) | 43.52º | 0.88% | 0.81% | - |
| XYZ | 37.51 | 36.96 | 6.02 | - |
| YUV | 155.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 24 | 0 | 0.24 | 0.88 | 0.19 | 43.52 | 0.79 | 0.45 |
| Hex | CE | 9C | 18 | 0 | 18 | 58 | 13 | 2C | 4F | 2D |
| Octal | 316 | 234 | 30 | 0 | 30 | 130 | 23 | 54 | 117 | 55 |
| Binary | 11001110 | 10011100 | 11000 | 0 | 11000 | 1011000 | 10011 | 101100 | 1001111 | 101101 |
Color Harmonies of #CE9C18
Complementary color
Monochromatic Colors of #CE9C18
Black with #CE9C18
Text Example
Text Example
White with #CE9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C18; }
p { color: rgb(206,156,24); }
H1.HeaderClassName
{
color: #CE9C18;
}
.AnyTagClassName
{
color: #CE9C18;
}
</style>
background-color css
<style>
a { background-color: #CE9C18; }
a { background-color: rgb(206,156,24); }
div.DivClassName
{
background-color: #CE9C18;
}
.BgClassName
{
background-color: #CE9C18;
}
</style>
border-color css
<style>
span { border-color: #CE9C18; }
span { border-color: rgb(206,156,24); }
td.TdClassName
{
border-color: #CE9C18;
}
.TagClassName
{
border-color: #CE9C18;
}
</style>