Shades of Galliano #CEA322
Tints of Galliano #CEA322
RGB
CMYK
RGB Variations
Color information
#CEA322 (or 0xCEA322) is known color: Galliano. HEX triplet: CE, A3 and 22. RGB value is (206,163,34). Sum of RGB (Red+Green+Blue) = 206+163+34=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA322 is #315CDD. Grayscale: #A1A1A1. Windows color (decimal): -3235038 or 2270158. OLE color: 2270158.
HSL color Cylindrical-coordinate representation of color #CEA322: hue angle of 45º degrees, saturation: 0.72, 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 #CEA322 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 34 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.19 |
| HSL | 45º | 0.72% | 0.47% | - |
| HSV(B) | 45º | 0.83% | 0.81% | - |
| XYZ | 38.84 | 39.43 | 7.08 | - |
| YUV | 161.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 34 | 0 | 0.21 | 0.83 | 0.19 | 45 | 0.72 | 0.47 |
| Hex | CE | A3 | 22 | 0 | 15 | 53 | 13 | 2D | 48 | 2F |
| Octal | 316 | 243 | 42 | 0 | 25 | 123 | 23 | 55 | 110 | 57 |
| Binary | 11001110 | 10100011 | 100010 | 0 | 10101 | 1010011 | 10011 | 101101 | 1001000 | 101111 |
Color Harmonies of #CEA322
Complementary color
Monochromatic Colors of #CEA322
Black with #CEA322
Text Example
Text Example
White with #CEA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA322; }
p { color: rgb(206,163,34); }
H1.HeaderClassName
{
color: #CEA322;
}
.AnyTagClassName
{
color: #CEA322;
}
</style>
background-color css
<style>
a { background-color: #CEA322; }
a { background-color: rgb(206,163,34); }
div.DivClassName
{
background-color: #CEA322;
}
.BgClassName
{
background-color: #CEA322;
}
</style>
border-color css
<style>
span { border-color: #CEA322; }
span { border-color: rgb(206,163,34); }
td.TdClassName
{
border-color: #CEA322;
}
.TagClassName
{
border-color: #CEA322;
}
</style>