Shades of Galliano #CEA310
Tints of Galliano #CEA310
RGB
CMYK
RGB Variations
Color information
#CEA310 (or 0xCEA310) is known color: Galliano. HEX triplet: CE, A3 and 10. RGB value is (206,163,16). Sum of RGB (Red+Green+Blue) = 206+163+16=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA310 is #315CEF. Grayscale: #9F9F9F. Windows color (decimal): -3235056 or 1090510. OLE color: 1090510.
HSL color Cylindrical-coordinate representation of color #CEA310: hue angle of 46.42º degrees, saturation: 0.86, 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 #CEA310 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.19 |
| HSL | 46.42º | 0.86% | 0.44% | - |
| HSV(B) | 46.42º | 0.92% | 0.81% | - |
| XYZ | 38.64 | 39.35 | 6.05 | - |
| YUV | 159.1 | 47.25 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 16 | 0 | 0.21 | 0.92 | 0.19 | 46.42 | 0.86 | 0.44 |
| Hex | CE | A3 | 10 | 0 | 15 | 5C | 13 | 2E | 56 | 2C |
| Octal | 316 | 243 | 20 | 0 | 25 | 134 | 23 | 56 | 126 | 54 |
| Binary | 11001110 | 10100011 | 10000 | 0 | 10101 | 1011100 | 10011 | 101110 | 1010110 | 101100 |
Color Harmonies of #CEA310
Complementary color
Monochromatic Colors of #CEA310
Black with #CEA310
Text Example
Text Example
White with #CEA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA310; }
p { color: rgb(206,163,16); }
H1.HeaderClassName
{
color: #CEA310;
}
.AnyTagClassName
{
color: #CEA310;
}
</style>
background-color css
<style>
a { background-color: #CEA310; }
a { background-color: rgb(206,163,16); }
div.DivClassName
{
background-color: #CEA310;
}
.BgClassName
{
background-color: #CEA310;
}
</style>
border-color css
<style>
span { border-color: #CEA310; }
span { border-color: rgb(206,163,16); }
td.TdClassName
{
border-color: #CEA310;
}
.TagClassName
{
border-color: #CEA310;
}
</style>