Shades of Galliano #CEA817
Tints of Galliano #CEA817
RGB
CMYK
RGB Variations
Color information
#CEA817 (or 0xCEA817) is known color: Galliano. HEX triplet: CE, A8 and 17. RGB value is (206,168,23). Sum of RGB (Red+Green+Blue) = 206+168+23=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA817 is #3157E8. Grayscale: #A3A3A3. Windows color (decimal): -3233769 or 1550542. OLE color: 1550542.
HSL color Cylindrical-coordinate representation of color #CEA817: hue angle of 47.54º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEA817 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 23 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.19 |
| HSL | 47.54º | 0.8% | 0.45% | - |
| HSV(B) | 47.54º | 0.89% | 0.81% | - |
| XYZ | 39.61 | 41.19 | 6.67 | - |
| YUV | 162.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 23 | 0 | 0.18 | 0.89 | 0.19 | 47.54 | 0.8 | 0.45 |
| Hex | CE | A8 | 17 | 0 | 12 | 59 | 13 | 30 | 50 | 2D |
| Octal | 316 | 250 | 27 | 0 | 22 | 131 | 23 | 60 | 120 | 55 |
| Binary | 11001110 | 10101000 | 10111 | 0 | 10010 | 1011001 | 10011 | 110000 | 1010000 | 101101 |
Color Harmonies of #CEA817
Complementary color
Monochromatic Colors of #CEA817
Black with #CEA817
Text Example
Text Example
White with #CEA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA817; }
p { color: rgb(206,168,23); }
H1.HeaderClassName
{
color: #CEA817;
}
.AnyTagClassName
{
color: #CEA817;
}
</style>
background-color css
<style>
a { background-color: #CEA817; }
a { background-color: rgb(206,168,23); }
div.DivClassName
{
background-color: #CEA817;
}
.BgClassName
{
background-color: #CEA817;
}
</style>
border-color css
<style>
span { border-color: #CEA817; }
span { border-color: rgb(206,168,23); }
td.TdClassName
{
border-color: #CEA817;
}
.TagClassName
{
border-color: #CEA817;
}
</style>