Shades of Galliano #CE9C21
Tints of Galliano #CE9C21
RGB
CMYK
RGB Variations
Color information
#CE9C21 (or 0xCE9C21) is known color: Galliano. HEX triplet: CE, 9C and 21. RGB value is (206,156,33). Sum of RGB (Red+Green+Blue) = 206+156+33=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C21 is #3163DE. Grayscale: #9D9D9D. Windows color (decimal): -3236831 or 2202830. OLE color: 2202830.
HSL color Cylindrical-coordinate representation of color #CE9C21: hue angle of 42.66º degrees, saturation: 0.72, 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 #CE9C21 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 33 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.19 |
| HSL | 42.66º | 0.72% | 0.47% | - |
| HSV(B) | 42.66º | 0.84% | 0.81% | - |
| XYZ | 37.62 | 37.01 | 6.6 | - |
| YUV | 156.93 | 58.07 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 33 | 0 | 0.24 | 0.84 | 0.19 | 42.66 | 0.72 | 0.47 |
| Hex | CE | 9C | 21 | 0 | 18 | 54 | 13 | 2B | 48 | 2F |
| Octal | 316 | 234 | 41 | 0 | 30 | 124 | 23 | 53 | 110 | 57 |
| Binary | 11001110 | 10011100 | 100001 | 0 | 11000 | 1010100 | 10011 | 101011 | 1001000 | 101111 |
Color Harmonies of #CE9C21
Complementary color
Monochromatic Colors of #CE9C21
Black with #CE9C21
Text Example
Text Example
White with #CE9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C21; }
p { color: rgb(206,156,33); }
H1.HeaderClassName
{
color: #CE9C21;
}
.AnyTagClassName
{
color: #CE9C21;
}
</style>
background-color css
<style>
a { background-color: #CE9C21; }
a { background-color: rgb(206,156,33); }
div.DivClassName
{
background-color: #CE9C21;
}
.BgClassName
{
background-color: #CE9C21;
}
</style>
border-color css
<style>
span { border-color: #CE9C21; }
span { border-color: rgb(206,156,33); }
td.TdClassName
{
border-color: #CE9C21;
}
.TagClassName
{
border-color: #CE9C21;
}
</style>