Shades of Galliano #CEA615
Tints of Galliano #CEA615
RGB
CMYK
RGB Variations
Color information
#CEA615 (or 0xCEA615) is known color: Galliano. HEX triplet: CE, A6 and 15. RGB value is (206,166,21). Sum of RGB (Red+Green+Blue) = 206+166+21=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA615 is #3159EA. Grayscale: #A2A2A2. Windows color (decimal): -3234283 or 1418958. OLE color: 1418958.
HSL color Cylindrical-coordinate representation of color #CEA615: hue angle of 47.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEA615 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 21 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.19 |
| HSL | 47.03º | 0.81% | 0.45% | - |
| HSV(B) | 47.03º | 0.9% | 0.81% | - |
| XYZ | 39.23 | 40.45 | 6.45 | - |
| YUV | 161.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 21 | 0 | 0.19 | 0.90 | 0.19 | 47.03 | 0.81 | 0.45 |
| Hex | CE | A6 | 15 | 0 | 13 | 5A | 13 | 2F | 51 | 2D |
| Octal | 316 | 246 | 25 | 0 | 23 | 132 | 23 | 57 | 121 | 55 |
| Binary | 11001110 | 10100110 | 10101 | 0 | 10011 | 1011010 | 10011 | 101111 | 1010001 | 101101 |
Color Harmonies of #CEA615
Complementary color
Monochromatic Colors of #CEA615
Black with #CEA615
Text Example
Text Example
White with #CEA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA615; }
p { color: rgb(206,166,21); }
H1.HeaderClassName
{
color: #CEA615;
}
.AnyTagClassName
{
color: #CEA615;
}
</style>
background-color css
<style>
a { background-color: #CEA615; }
a { background-color: rgb(206,166,21); }
div.DivClassName
{
background-color: #CEA615;
}
.BgClassName
{
background-color: #CEA615;
}
</style>
border-color css
<style>
span { border-color: #CEA615; }
span { border-color: rgb(206,166,21); }
td.TdClassName
{
border-color: #CEA615;
}
.TagClassName
{
border-color: #CEA615;
}
</style>