Shades of Galliano #CEA121
Tints of Galliano #CEA121
RGB
CMYK
RGB Variations
Color information
#CEA121 (or 0xCEA121) is known color: Galliano. HEX triplet: CE, A1 and 21. RGB value is (206,161,33). Sum of RGB (Red+Green+Blue) = 206+161+33=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA121 is #315EDE. Grayscale: #A0A0A0. Windows color (decimal): -3235551 or 2204110. OLE color: 2204110.
HSL color Cylindrical-coordinate representation of color #CEA121: hue angle of 44.39º 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 #CEA121 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 33 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.19 |
| HSL | 44.39º | 0.72% | 0.47% | - |
| HSV(B) | 44.39º | 0.84% | 0.81% | - |
| XYZ | 38.47 | 38.72 | 6.89 | - |
| YUV | 159.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 33 | 0 | 0.22 | 0.84 | 0.19 | 44.39 | 0.72 | 0.47 |
| Hex | CE | A1 | 21 | 0 | 16 | 54 | 13 | 2C | 48 | 2F |
| Octal | 316 | 241 | 41 | 0 | 26 | 124 | 23 | 54 | 110 | 57 |
| Binary | 11001110 | 10100001 | 100001 | 0 | 10110 | 1010100 | 10011 | 101100 | 1001000 | 101111 |
Color Harmonies of #CEA121
Complementary color
Monochromatic Colors of #CEA121
Black with #CEA121
Text Example
Text Example
White with #CEA121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA121; }
p { color: rgb(206,161,33); }
H1.HeaderClassName
{
color: #CEA121;
}
.AnyTagClassName
{
color: #CEA121;
}
</style>
background-color css
<style>
a { background-color: #CEA121; }
a { background-color: rgb(206,161,33); }
div.DivClassName
{
background-color: #CEA121;
}
.BgClassName
{
background-color: #CEA121;
}
</style>
border-color css
<style>
span { border-color: #CEA121; }
span { border-color: rgb(206,161,33); }
td.TdClassName
{
border-color: #CEA121;
}
.TagClassName
{
border-color: #CEA121;
}
</style>