Shades of Galliano #CEA312
Tints of Galliano #CEA312
RGB
CMYK
RGB Variations
Color information
#CEA312 (or 0xCEA312) is known color: Galliano. HEX triplet: CE, A3 and 12. RGB value is (206,163,18). Sum of RGB (Red+Green+Blue) = 206+163+18=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA312 is #315CED. Grayscale: #9F9F9F. Windows color (decimal): -3235054 or 1221582. OLE color: 1221582.
HSL color Cylindrical-coordinate representation of color #CEA312: hue angle of 46.28º 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 #CEA312 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 18 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.19 |
| HSL | 46.28º | 0.84% | 0.44% | - |
| HSV(B) | 46.28º | 0.91% | 0.81% | - |
| XYZ | 38.66 | 39.36 | 6.13 | - |
| YUV | 159.33 | 48.25 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 18 | 0 | 0.21 | 0.91 | 0.19 | 46.28 | 0.84 | 0.44 |
| Hex | CE | A3 | 12 | 0 | 15 | 5B | 13 | 2E | 54 | 2C |
| Octal | 316 | 243 | 22 | 0 | 25 | 133 | 23 | 56 | 124 | 54 |
| Binary | 11001110 | 10100011 | 10010 | 0 | 10101 | 1011011 | 10011 | 101110 | 1010100 | 101100 |
Color Harmonies of #CEA312
Complementary color
Monochromatic Colors of #CEA312
Black with #CEA312
Text Example
Text Example
White with #CEA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA312; }
p { color: rgb(206,163,18); }
H1.HeaderClassName
{
color: #CEA312;
}
.AnyTagClassName
{
color: #CEA312;
}
</style>
background-color css
<style>
a { background-color: #CEA312; }
a { background-color: rgb(206,163,18); }
div.DivClassName
{
background-color: #CEA312;
}
.BgClassName
{
background-color: #CEA312;
}
</style>
border-color css
<style>
span { border-color: #CEA312; }
span { border-color: rgb(206,163,18); }
td.TdClassName
{
border-color: #CEA312;
}
.TagClassName
{
border-color: #CEA312;
}
</style>