Shades of Galliano #CEA611
Tints of Galliano #CEA611
RGB
CMYK
RGB Variations
Color information
#CEA611 (or 0xCEA611) is known color: Galliano. HEX triplet: CE, A6 and 11. RGB value is (206,166,17). Sum of RGB (Red+Green+Blue) = 206+166+17=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA611 is #3159EE. Grayscale: #A1A1A1. Windows color (decimal): -3234287 or 1156814. OLE color: 1156814.
HSL color Cylindrical-coordinate representation of color #CEA611: hue angle of 47.3º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEA611 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 17 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.19 |
| HSL | 47.3º | 0.85% | 0.44% | - |
| HSV(B) | 47.3º | 0.92% | 0.81% | - |
| XYZ | 39.19 | 40.43 | 6.27 | - |
| YUV | 160.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 17 | 0 | 0.19 | 0.92 | 0.19 | 47.3 | 0.85 | 0.44 |
| Hex | CE | A6 | 11 | 0 | 13 | 5C | 13 | 2F | 55 | 2C |
| Octal | 316 | 246 | 21 | 0 | 23 | 134 | 23 | 57 | 125 | 54 |
| Binary | 11001110 | 10100110 | 10001 | 0 | 10011 | 1011100 | 10011 | 101111 | 1010101 | 101100 |
Color Harmonies of #CEA611
Complementary color
Monochromatic Colors of #CEA611
Black with #CEA611
Text Example
Text Example
White with #CEA611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA611; }
p { color: rgb(206,166,17); }
H1.HeaderClassName
{
color: #CEA611;
}
.AnyTagClassName
{
color: #CEA611;
}
</style>
background-color css
<style>
a { background-color: #CEA611; }
a { background-color: rgb(206,166,17); }
div.DivClassName
{
background-color: #CEA611;
}
.BgClassName
{
background-color: #CEA611;
}
</style>
border-color css
<style>
span { border-color: #CEA611; }
span { border-color: rgb(206,166,17); }
td.TdClassName
{
border-color: #CEA611;
}
.TagClassName
{
border-color: #CEA611;
}
</style>