Shades of Galliano #CEA223
Tints of Galliano #CEA223
RGB
CMYK
RGB Variations
Color information
#CEA223 (or 0xCEA223) is known color: Galliano. HEX triplet: CE, A2 and 23. RGB value is (206,162,35). Sum of RGB (Red+Green+Blue) = 206+162+35=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA223 is #315DDC. Grayscale: #A1A1A1. Windows color (decimal): -3235293 or 2335438. OLE color: 2335438.
HSL color Cylindrical-coordinate representation of color #CEA223: hue angle of 44.56º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEA223 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 35 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.19 |
| HSL | 44.56º | 0.71% | 0.47% | - |
| HSV(B) | 44.56º | 0.83% | 0.81% | - |
| XYZ | 38.68 | 39.08 | 7.1 | - |
| YUV | 160.68 | 57.08 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 35 | 0 | 0.21 | 0.83 | 0.19 | 44.56 | 0.71 | 0.47 |
| Hex | CE | A2 | 23 | 0 | 15 | 53 | 13 | 2D | 47 | 2F |
| Octal | 316 | 242 | 43 | 0 | 25 | 123 | 23 | 55 | 107 | 57 |
| Binary | 11001110 | 10100010 | 100011 | 0 | 10101 | 1010011 | 10011 | 101101 | 1000111 | 101111 |
Color Harmonies of #CEA223
Complementary color
Monochromatic Colors of #CEA223
Black with #CEA223
Text Example
Text Example
White with #CEA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA223; }
p { color: rgb(206,162,35); }
H1.HeaderClassName
{
color: #CEA223;
}
.AnyTagClassName
{
color: #CEA223;
}
</style>
background-color css
<style>
a { background-color: #CEA223; }
a { background-color: rgb(206,162,35); }
div.DivClassName
{
background-color: #CEA223;
}
.BgClassName
{
background-color: #CEA223;
}
</style>
border-color css
<style>
span { border-color: #CEA223; }
span { border-color: rgb(206,162,35); }
td.TdClassName
{
border-color: #CEA223;
}
.TagClassName
{
border-color: #CEA223;
}
</style>