Shades of Galliano #CEA326
Tints of Galliano #CEA326
RGB
CMYK
RGB Variations
Color information
#CEA326 (or 0xCEA326) is known color: Galliano. HEX triplet: CE, A3 and 26. RGB value is (206,163,38). Sum of RGB (Red+Green+Blue) = 206+163+38=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA326 is #315CD9. Grayscale: #A2A2A2. Windows color (decimal): -3235034 or 2532302. OLE color: 2532302.
HSL color Cylindrical-coordinate representation of color #CEA326: hue angle of 44.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEA326 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 38 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.19 |
| HSL | 44.64º | 0.69% | 0.48% | - |
| HSV(B) | 44.64º | 0.82% | 0.81% | - |
| XYZ | 38.9 | 39.46 | 7.4 | - |
| YUV | 161.61 | 58.25 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 38 | 0 | 0.21 | 0.82 | 0.19 | 44.64 | 0.69 | 0.48 |
| Hex | CE | A3 | 26 | 0 | 15 | 52 | 13 | 2D | 45 | 30 |
| Octal | 316 | 243 | 46 | 0 | 25 | 122 | 23 | 55 | 105 | 60 |
| Binary | 11001110 | 10100011 | 100110 | 0 | 10101 | 1010010 | 10011 | 101101 | 1000101 | 110000 |
Color Harmonies of #CEA326
Complementary color
Monochromatic Colors of #CEA326
Black with #CEA326
Text Example
Text Example
White with #CEA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA326; }
p { color: rgb(206,163,38); }
H1.HeaderClassName
{
color: #CEA326;
}
.AnyTagClassName
{
color: #CEA326;
}
</style>
background-color css
<style>
a { background-color: #CEA326; }
a { background-color: rgb(206,163,38); }
div.DivClassName
{
background-color: #CEA326;
}
.BgClassName
{
background-color: #CEA326;
}
</style>
border-color css
<style>
span { border-color: #CEA326; }
span { border-color: rgb(206,163,38); }
td.TdClassName
{
border-color: #CEA326;
}
.TagClassName
{
border-color: #CEA326;
}
</style>