Shades of Galliano #CEA311
Tints of Galliano #CEA311
RGB
CMYK
RGB Variations
Color information
#CEA311 (or 0xCEA311) is known color: Galliano. HEX triplet: CE, A3 and 11. RGB value is (206,163,17). Sum of RGB (Red+Green+Blue) = 206+163+17=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA311 is #315CEE. Grayscale: #9F9F9F. Windows color (decimal): -3235055 or 1156046. OLE color: 1156046.
HSL color Cylindrical-coordinate representation of color #CEA311: hue angle of 46.35º 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 #CEA311 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.19 |
| HSL | 46.35º | 0.85% | 0.44% | - |
| HSV(B) | 46.35º | 0.92% | 0.81% | - |
| XYZ | 38.65 | 39.36 | 6.09 | - |
| YUV | 159.21 | 47.75 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 17 | 0 | 0.21 | 0.92 | 0.19 | 46.35 | 0.85 | 0.44 |
| Hex | CE | A3 | 11 | 0 | 15 | 5C | 13 | 2E | 55 | 2C |
| Octal | 316 | 243 | 21 | 0 | 25 | 134 | 23 | 56 | 125 | 54 |
| Binary | 11001110 | 10100011 | 10001 | 0 | 10101 | 1011100 | 10011 | 101110 | 1010101 | 101100 |
Color Harmonies of #CEA311
Complementary color
Monochromatic Colors of #CEA311
Black with #CEA311
Text Example
Text Example
White with #CEA311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA311; }
p { color: rgb(206,163,17); }
H1.HeaderClassName
{
color: #CEA311;
}
.AnyTagClassName
{
color: #CEA311;
}
</style>
background-color css
<style>
a { background-color: #CEA311; }
a { background-color: rgb(206,163,17); }
div.DivClassName
{
background-color: #CEA311;
}
.BgClassName
{
background-color: #CEA311;
}
</style>
border-color css
<style>
span { border-color: #CEA311; }
span { border-color: rgb(206,163,17); }
td.TdClassName
{
border-color: #CEA311;
}
.TagClassName
{
border-color: #CEA311;
}
</style>