Shades of Galliano #CEA629
Tints of Galliano #CEA629
RGB
CMYK
RGB Variations
Color information
#CEA629 (or 0xCEA629) is known color: Galliano. HEX triplet: CE, A6 and 29. RGB value is (206,166,41). Sum of RGB (Red+Green+Blue) = 206+166+41=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA629 is #3159D6. Grayscale: #A4A4A4. Windows color (decimal): -3234263 or 2729678. OLE color: 2729678.
HSL color Cylindrical-coordinate representation of color #CEA629: hue angle of 45.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEA629 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 41 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.19 |
| HSL | 45.45º | 0.67% | 0.48% | - |
| HSV(B) | 45.45º | 0.8% | 0.81% | - |
| XYZ | 39.49 | 40.55 | 7.84 | - |
| YUV | 163.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 41 | 0 | 0.19 | 0.80 | 0.19 | 45.45 | 0.67 | 0.48 |
| Hex | CE | A6 | 29 | 0 | 13 | 50 | 13 | 2D | 43 | 30 |
| Octal | 316 | 246 | 51 | 0 | 23 | 120 | 23 | 55 | 103 | 60 |
| Binary | 11001110 | 10100110 | 101001 | 0 | 10011 | 1010000 | 10011 | 101101 | 1000011 | 110000 |
Color Harmonies of #CEA629
Complementary color
Monochromatic Colors of #CEA629
Black with #CEA629
Text Example
Text Example
White with #CEA629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA629; }
p { color: rgb(206,166,41); }
H1.HeaderClassName
{
color: #CEA629;
}
.AnyTagClassName
{
color: #CEA629;
}
</style>
background-color css
<style>
a { background-color: #CEA629; }
a { background-color: rgb(206,166,41); }
div.DivClassName
{
background-color: #CEA629;
}
.BgClassName
{
background-color: #CEA629;
}
</style>
border-color css
<style>
span { border-color: #CEA629; }
span { border-color: rgb(206,166,41); }
td.TdClassName
{
border-color: #CEA629;
}
.TagClassName
{
border-color: #CEA629;
}
</style>