Shades of Galliano #CEA315
Tints of Galliano #CEA315
RGB
CMYK
RGB Variations
Color information
#CEA315 (or 0xCEA315) is known color: Galliano. HEX triplet: CE, A3 and 15. RGB value is (206,163,21). Sum of RGB (Red+Green+Blue) = 206+163+21=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA315 is #315CEA. Grayscale: #A0A0A0. Windows color (decimal): -3235051 or 1418190. OLE color: 1418190.
HSL color Cylindrical-coordinate representation of color #CEA315: hue angle of 46.05º 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 #CEA315 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 21 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.19 |
| HSL | 46.05º | 0.81% | 0.45% | - |
| HSV(B) | 46.05º | 0.9% | 0.81% | - |
| XYZ | 38.69 | 39.37 | 6.27 | - |
| YUV | 159.67 | 49.75 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 21 | 0 | 0.21 | 0.90 | 0.19 | 46.05 | 0.81 | 0.45 |
| Hex | CE | A3 | 15 | 0 | 15 | 5A | 13 | 2E | 51 | 2D |
| Octal | 316 | 243 | 25 | 0 | 25 | 132 | 23 | 56 | 121 | 55 |
| Binary | 11001110 | 10100011 | 10101 | 0 | 10101 | 1011010 | 10011 | 101110 | 1010001 | 101101 |
Color Harmonies of #CEA315
Complementary color
Monochromatic Colors of #CEA315
Black with #CEA315
Text Example
Text Example
White with #CEA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA315; }
p { color: rgb(206,163,21); }
H1.HeaderClassName
{
color: #CEA315;
}
.AnyTagClassName
{
color: #CEA315;
}
</style>
background-color css
<style>
a { background-color: #CEA315; }
a { background-color: rgb(206,163,21); }
div.DivClassName
{
background-color: #CEA315;
}
.BgClassName
{
background-color: #CEA315;
}
</style>
border-color css
<style>
span { border-color: #CEA315; }
span { border-color: rgb(206,163,21); }
td.TdClassName
{
border-color: #CEA315;
}
.TagClassName
{
border-color: #CEA315;
}
</style>