Shades of Galliano #CEA813
Tints of Galliano #CEA813
RGB
CMYK
RGB Variations
Color information
#CEA813 (or 0xCEA813) is known color: Galliano. HEX triplet: CE, A8 and 13. RGB value is (206,168,19). Sum of RGB (Red+Green+Blue) = 206+168+19=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA813 is #3157EC. Grayscale: #A3A3A3. Windows color (decimal): -3233773 or 1288398. OLE color: 1288398.
HSL color Cylindrical-coordinate representation of color #CEA813: hue angle of 47.81º 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 #CEA813 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 19 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.19 |
| HSL | 47.81º | 0.83% | 0.44% | - |
| HSV(B) | 47.81º | 0.91% | 0.81% | - |
| XYZ | 39.57 | 41.17 | 6.48 | - |
| YUV | 162.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 19 | 0 | 0.18 | 0.91 | 0.19 | 47.81 | 0.83 | 0.44 |
| Hex | CE | A8 | 13 | 0 | 12 | 5B | 13 | 30 | 53 | 2C |
| Octal | 316 | 250 | 23 | 0 | 22 | 133 | 23 | 60 | 123 | 54 |
| Binary | 11001110 | 10101000 | 10011 | 0 | 10010 | 1011011 | 10011 | 110000 | 1010011 | 101100 |
Color Harmonies of #CEA813
Complementary color
Monochromatic Colors of #CEA813
Black with #CEA813
Text Example
Text Example
White with #CEA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA813; }
p { color: rgb(206,168,19); }
H1.HeaderClassName
{
color: #CEA813;
}
.AnyTagClassName
{
color: #CEA813;
}
</style>
background-color css
<style>
a { background-color: #CEA813; }
a { background-color: rgb(206,168,19); }
div.DivClassName
{
background-color: #CEA813;
}
.BgClassName
{
background-color: #CEA813;
}
</style>
border-color css
<style>
span { border-color: #CEA813; }
span { border-color: rgb(206,168,19); }
td.TdClassName
{
border-color: #CEA813;
}
.TagClassName
{
border-color: #CEA813;
}
</style>