Shades of Galliano #CE9C23
Tints of Galliano #CE9C23
RGB
CMYK
RGB Variations
Color information
#CE9C23 (or 0xCE9C23) is known color: Galliano. HEX triplet: CE, 9C and 23. RGB value is (206,156,35). Sum of RGB (Red+Green+Blue) = 206+156+35=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C23 is #3163DC. Grayscale: #9D9D9D. Windows color (decimal): -3236829 or 2333902. OLE color: 2333902.
HSL color Cylindrical-coordinate representation of color #CE9C23: hue angle of 42.46º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE9C23 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 35 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.19 |
| HSL | 42.46º | 0.71% | 0.47% | - |
| HSV(B) | 42.46º | 0.83% | 0.81% | - |
| XYZ | 37.65 | 37.02 | 6.75 | - |
| YUV | 157.16 | 59.07 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 35 | 0 | 0.24 | 0.83 | 0.19 | 42.46 | 0.71 | 0.47 |
| Hex | CE | 9C | 23 | 0 | 18 | 53 | 13 | 2A | 47 | 2F |
| Octal | 316 | 234 | 43 | 0 | 30 | 123 | 23 | 52 | 107 | 57 |
| Binary | 11001110 | 10011100 | 100011 | 0 | 11000 | 1010011 | 10011 | 101010 | 1000111 | 101111 |
Color Harmonies of #CE9C23
Complementary color
Monochromatic Colors of #CE9C23
Black with #CE9C23
Text Example
Text Example
White with #CE9C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C23; }
p { color: rgb(206,156,35); }
H1.HeaderClassName
{
color: #CE9C23;
}
.AnyTagClassName
{
color: #CE9C23;
}
</style>
background-color css
<style>
a { background-color: #CE9C23; }
a { background-color: rgb(206,156,35); }
div.DivClassName
{
background-color: #CE9C23;
}
.BgClassName
{
background-color: #CE9C23;
}
</style>
border-color css
<style>
span { border-color: #CE9C23; }
span { border-color: rgb(206,156,35); }
td.TdClassName
{
border-color: #CE9C23;
}
.TagClassName
{
border-color: #CE9C23;
}
</style>