Shades of Galliano #CEA413
Tints of Galliano #CEA413
RGB
CMYK
RGB Variations
Color information
#CEA413 (or 0xCEA413) is known color: Galliano. HEX triplet: CE, A4 and 13. RGB value is (206,164,19). Sum of RGB (Red+Green+Blue) = 206+164+19=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA413 is #315BEC. Grayscale: #A0A0A0. Windows color (decimal): -3234797 or 1287374. OLE color: 1287374.
HSL color Cylindrical-coordinate representation of color #CEA413: hue angle of 46.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEA413 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 19 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.19 |
| HSL | 46.52º | 0.83% | 0.44% | - |
| HSV(B) | 46.52º | 0.91% | 0.81% | - |
| XYZ | 38.85 | 39.72 | 6.24 | - |
| YUV | 160.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 19 | 0 | 0.20 | 0.91 | 0.19 | 46.52 | 0.83 | 0.44 |
| Hex | CE | A4 | 13 | 0 | 14 | 5B | 13 | 2F | 53 | 2C |
| Octal | 316 | 244 | 23 | 0 | 24 | 133 | 23 | 57 | 123 | 54 |
| Binary | 11001110 | 10100100 | 10011 | 0 | 10100 | 1011011 | 10011 | 101111 | 1010011 | 101100 |
Color Harmonies of #CEA413
Complementary color
Monochromatic Colors of #CEA413
Black with #CEA413
Text Example
Text Example
White with #CEA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA413; }
p { color: rgb(206,164,19); }
H1.HeaderClassName
{
color: #CEA413;
}
.AnyTagClassName
{
color: #CEA413;
}
</style>
background-color css
<style>
a { background-color: #CEA413; }
a { background-color: rgb(206,164,19); }
div.DivClassName
{
background-color: #CEA413;
}
.BgClassName
{
background-color: #CEA413;
}
</style>
border-color css
<style>
span { border-color: #CEA413; }
span { border-color: rgb(206,164,19); }
td.TdClassName
{
border-color: #CEA413;
}
.TagClassName
{
border-color: #CEA413;
}
</style>