Shades of Galliano #CEA212
Tints of Galliano #CEA212
RGB
CMYK
RGB Variations
Color information
#CEA212 (or 0xCEA212) is known color: Galliano. HEX triplet: CE, A2 and 12. RGB value is (206,162,18). Sum of RGB (Red+Green+Blue) = 206+162+18=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA212 is #315DED. Grayscale: #9F9F9F. Windows color (decimal): -3235310 or 1221326. OLE color: 1221326.
HSL color Cylindrical-coordinate representation of color #CEA212: hue angle of 45.96º degrees, saturation: 0.84, 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 #CEA212 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 18 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.19 |
| HSL | 45.96º | 0.84% | 0.44% | - |
| HSV(B) | 45.96º | 0.91% | 0.81% | - |
| XYZ | 38.48 | 39.01 | 6.07 | - |
| YUV | 158.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 18 | 0 | 0.21 | 0.91 | 0.19 | 45.96 | 0.84 | 0.44 |
| Hex | CE | A2 | 12 | 0 | 15 | 5B | 13 | 2E | 54 | 2C |
| Octal | 316 | 242 | 22 | 0 | 25 | 133 | 23 | 56 | 124 | 54 |
| Binary | 11001110 | 10100010 | 10010 | 0 | 10101 | 1011011 | 10011 | 101110 | 1010100 | 101100 |
Color Harmonies of #CEA212
Complementary color
Monochromatic Colors of #CEA212
Black with #CEA212
Text Example
Text Example
White with #CEA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA212; }
p { color: rgb(206,162,18); }
H1.HeaderClassName
{
color: #CEA212;
}
.AnyTagClassName
{
color: #CEA212;
}
</style>
background-color css
<style>
a { background-color: #CEA212; }
a { background-color: rgb(206,162,18); }
div.DivClassName
{
background-color: #CEA212;
}
.BgClassName
{
background-color: #CEA212;
}
</style>
border-color css
<style>
span { border-color: #CEA212; }
span { border-color: rgb(206,162,18); }
td.TdClassName
{
border-color: #CEA212;
}
.TagClassName
{
border-color: #CEA212;
}
</style>