Shades of Galliano #CE9C17
Tints of Galliano #CE9C17
RGB
CMYK
RGB Variations
Color information
#CE9C17 (or 0xCE9C17) is known color: Galliano. HEX triplet: CE, 9C and 17. RGB value is (206,156,23). Sum of RGB (Red+Green+Blue) = 206+156+23=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9C17 is #3163E8. Grayscale: #9C9C9C. Windows color (decimal): -3236841 or 1547470. OLE color: 1547470.
HSL color Cylindrical-coordinate representation of color #CE9C17: hue angle of 43.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE9C17 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 23 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.19 |
| HSL | 43.61º | 0.8% | 0.45% | - |
| HSV(B) | 43.61º | 0.89% | 0.81% | - |
| XYZ | 37.5 | 36.96 | 5.97 | - |
| YUV | 155.79 | 53.07 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 23 | 0 | 0.24 | 0.89 | 0.19 | 43.61 | 0.8 | 0.45 |
| Hex | CE | 9C | 17 | 0 | 18 | 59 | 13 | 2C | 50 | 2D |
| Octal | 316 | 234 | 27 | 0 | 30 | 131 | 23 | 54 | 120 | 55 |
| Binary | 11001110 | 10011100 | 10111 | 0 | 11000 | 1011001 | 10011 | 101100 | 1010000 | 101101 |
Color Harmonies of #CE9C17
Complementary color
Monochromatic Colors of #CE9C17
Black with #CE9C17
Text Example
Text Example
White with #CE9C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C17; }
p { color: rgb(206,156,23); }
H1.HeaderClassName
{
color: #CE9C17;
}
.AnyTagClassName
{
color: #CE9C17;
}
</style>
background-color css
<style>
a { background-color: #CE9C17; }
a { background-color: rgb(206,156,23); }
div.DivClassName
{
background-color: #CE9C17;
}
.BgClassName
{
background-color: #CE9C17;
}
</style>
border-color css
<style>
span { border-color: #CE9C17; }
span { border-color: rgb(206,156,23); }
td.TdClassName
{
border-color: #CE9C17;
}
.TagClassName
{
border-color: #CE9C17;
}
</style>