Shades of Galliano #CEA419
Tints of Galliano #CEA419
RGB
CMYK
RGB Variations
Color information
#CEA419 (or 0xCEA419) is known color: Galliano. HEX triplet: CE, A4 and 19. RGB value is (206,164,25). Sum of RGB (Red+Green+Blue) = 206+164+25=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA419 is #315BE6. Grayscale: #A1A1A1. Windows color (decimal): -3234791 or 1680590. OLE color: 1680590.
HSL color Cylindrical-coordinate representation of color #CEA419: hue angle of 46.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEA419 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 25 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.19 |
| HSL | 46.08º | 0.78% | 0.45% | - |
| HSV(B) | 46.08º | 0.88% | 0.81% | - |
| XYZ | 38.9 | 39.74 | 6.54 | - |
| YUV | 160.71 | 51.41 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 25 | 0 | 0.20 | 0.88 | 0.19 | 46.08 | 0.78 | 0.45 |
| Hex | CE | A4 | 19 | 0 | 14 | 58 | 13 | 2E | 4E | 2D |
| Octal | 316 | 244 | 31 | 0 | 24 | 130 | 23 | 56 | 116 | 55 |
| Binary | 11001110 | 10100100 | 11001 | 0 | 10100 | 1011000 | 10011 | 101110 | 1001110 | 101101 |
Color Harmonies of #CEA419
Complementary color
Monochromatic Colors of #CEA419
Black with #CEA419
Text Example
Text Example
White with #CEA419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA419; }
p { color: rgb(206,164,25); }
H1.HeaderClassName
{
color: #CEA419;
}
.AnyTagClassName
{
color: #CEA419;
}
</style>
background-color css
<style>
a { background-color: #CEA419; }
a { background-color: rgb(206,164,25); }
div.DivClassName
{
background-color: #CEA419;
}
.BgClassName
{
background-color: #CEA419;
}
</style>
border-color css
<style>
span { border-color: #CEA419; }
span { border-color: rgb(206,164,25); }
td.TdClassName
{
border-color: #CEA419;
}
.TagClassName
{
border-color: #CEA419;
}
</style>