Shades of Galliano #CEA021
Tints of Galliano #CEA021
RGB
CMYK
RGB Variations
Color information
#CEA021 (or 0xCEA021) is known color: Galliano. HEX triplet: CE, A0 and 21. RGB value is (206,160,33). Sum of RGB (Red+Green+Blue) = 206+160+33=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA021 is #315FDE. Grayscale: #9F9F9F. Windows color (decimal): -3235807 or 2203854. OLE color: 2203854.
HSL color Cylindrical-coordinate representation of color #CEA021: hue angle of 44.05º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEA021 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 33 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.19 |
| HSL | 44.05º | 0.72% | 0.47% | - |
| HSV(B) | 44.05º | 0.84% | 0.81% | - |
| XYZ | 38.3 | 38.37 | 6.83 | - |
| YUV | 159.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 33 | 0 | 0.22 | 0.84 | 0.19 | 44.05 | 0.72 | 0.47 |
| Hex | CE | A0 | 21 | 0 | 16 | 54 | 13 | 2C | 48 | 2F |
| Octal | 316 | 240 | 41 | 0 | 26 | 124 | 23 | 54 | 110 | 57 |
| Binary | 11001110 | 10100000 | 100001 | 0 | 10110 | 1010100 | 10011 | 101100 | 1001000 | 101111 |
Color Harmonies of #CEA021
Complementary color
Monochromatic Colors of #CEA021
Black with #CEA021
Text Example
Text Example
White with #CEA021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA021; }
p { color: rgb(206,160,33); }
H1.HeaderClassName
{
color: #CEA021;
}
.AnyTagClassName
{
color: #CEA021;
}
</style>
background-color css
<style>
a { background-color: #CEA021; }
a { background-color: rgb(206,160,33); }
div.DivClassName
{
background-color: #CEA021;
}
.BgClassName
{
background-color: #CEA021;
}
</style>
border-color css
<style>
span { border-color: #CEA021; }
span { border-color: rgb(206,160,33); }
td.TdClassName
{
border-color: #CEA021;
}
.TagClassName
{
border-color: #CEA021;
}
</style>