Shades of Galliano #CEA32E
Tints of Galliano #CEA32E
RGB
CMYK
RGB Variations
Color information
#CEA32E (or 0xCEA32E) is known color: Galliano. HEX triplet: CE, A3 and 2E. RGB value is (206,163,46). Sum of RGB (Red+Green+Blue) = 206+163+46=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA32E is #315CD1. Grayscale: #A3A3A3. Windows color (decimal): -3235026 or 3056590. OLE color: 3056590.
HSL color Cylindrical-coordinate representation of color #CEA32E: hue angle of 43.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEA32E is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 46 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.19 |
| HSL | 43.88º | 0.63% | 0.49% | - |
| HSV(B) | 43.88º | 0.78% | 0.81% | - |
| XYZ | 39.04 | 39.51 | 8.15 | - |
| YUV | 162.52 | 62.25 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 46 | 0 | 0.21 | 0.78 | 0.19 | 43.88 | 0.63 | 0.49 |
| Hex | CE | A3 | 2E | 0 | 15 | 4E | 13 | 2C | 3F | 31 |
| Octal | 316 | 243 | 56 | 0 | 25 | 116 | 23 | 54 | 77 | 61 |
| Binary | 11001110 | 10100011 | 101110 | 0 | 10101 | 1001110 | 10011 | 101100 | 111111 | 110001 |
Color Harmonies of #CEA32E
Complementary color
Monochromatic Colors of #CEA32E
Black with #CEA32E
Text Example
Text Example
White with #CEA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA32E; }
p { color: rgb(206,163,46); }
H1.HeaderClassName
{
color: #CEA32E;
}
.AnyTagClassName
{
color: #CEA32E;
}
</style>
background-color css
<style>
a { background-color: #CEA32E; }
a { background-color: rgb(206,163,46); }
div.DivClassName
{
background-color: #CEA32E;
}
.BgClassName
{
background-color: #CEA32E;
}
</style>
border-color css
<style>
span { border-color: #CEA32E; }
span { border-color: rgb(206,163,46); }
td.TdClassName
{
border-color: #CEA32E;
}
.TagClassName
{
border-color: #CEA32E;
}
</style>