Shades of Galliano #CE9C20
Tints of Galliano #CE9C20
RGB
CMYK
RGB Variations
Color information
#CE9C20 (or 0xCE9C20) is known color: Galliano. HEX triplet: CE, 9C and 20. RGB value is (206,156,32). Sum of RGB (Red+Green+Blue) = 206+156+32=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C20 is #3163DF. Grayscale: #9D9D9D. Windows color (decimal): -3236832 or 2137294. OLE color: 2137294.
HSL color Cylindrical-coordinate representation of color #CE9C20: hue angle of 42.76º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE9C20 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 32 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.19 |
| HSL | 42.76º | 0.73% | 0.47% | - |
| HSV(B) | 42.76º | 0.84% | 0.81% | - |
| XYZ | 37.6 | 37 | 6.53 | - |
| YUV | 156.81 | 57.57 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 32 | 0 | 0.24 | 0.84 | 0.19 | 42.76 | 0.73 | 0.47 |
| Hex | CE | 9C | 20 | 0 | 18 | 54 | 13 | 2B | 49 | 2F |
| Octal | 316 | 234 | 40 | 0 | 30 | 124 | 23 | 53 | 111 | 57 |
| Binary | 11001110 | 10011100 | 100000 | 0 | 11000 | 1010100 | 10011 | 101011 | 1001001 | 101111 |
Color Harmonies of #CE9C20
Complementary color
Monochromatic Colors of #CE9C20
Black with #CE9C20
Text Example
Text Example
White with #CE9C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C20; }
p { color: rgb(206,156,32); }
H1.HeaderClassName
{
color: #CE9C20;
}
.AnyTagClassName
{
color: #CE9C20;
}
</style>
background-color css
<style>
a { background-color: #CE9C20; }
a { background-color: rgb(206,156,32); }
div.DivClassName
{
background-color: #CE9C20;
}
.BgClassName
{
background-color: #CE9C20;
}
</style>
border-color css
<style>
span { border-color: #CE9C20; }
span { border-color: rgb(206,156,32); }
td.TdClassName
{
border-color: #CE9C20;
}
.TagClassName
{
border-color: #CE9C20;
}
</style>