Shades of Galliano #CEA11A
Tints of Galliano #CEA11A
RGB
CMYK
RGB Variations
Color information
#CEA11A (or 0xCEA11A) is known color: Galliano. HEX triplet: CE, A1 and 1A. RGB value is (206,161,26). Sum of RGB (Red+Green+Blue) = 206+161+26=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA11A is #315EE5. Grayscale: #9F9F9F. Windows color (decimal): -3235558 or 1745358. OLE color: 1745358.
HSL color Cylindrical-coordinate representation of color #CEA11A: hue angle of 45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEA11A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 26 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.19 |
| HSL | 45º | 0.78% | 0.45% | - |
| HSV(B) | 45º | 0.87% | 0.81% | - |
| XYZ | 38.38 | 38.69 | 6.42 | - |
| YUV | 159.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 26 | 0 | 0.22 | 0.87 | 0.19 | 45 | 0.78 | 0.45 |
| Hex | CE | A1 | 1A | 0 | 16 | 57 | 13 | 2D | 4E | 2D |
| Octal | 316 | 241 | 32 | 0 | 26 | 127 | 23 | 55 | 116 | 55 |
| Binary | 11001110 | 10100001 | 11010 | 0 | 10110 | 1010111 | 10011 | 101101 | 1001110 | 101101 |
Color Harmonies of #CEA11A
Complementary color
Monochromatic Colors of #CEA11A
Black with #CEA11A
Text Example
Text Example
White with #CEA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA11A; }
p { color: rgb(206,161,26); }
H1.HeaderClassName
{
color: #CEA11A;
}
.AnyTagClassName
{
color: #CEA11A;
}
</style>
background-color css
<style>
a { background-color: #CEA11A; }
a { background-color: rgb(206,161,26); }
div.DivClassName
{
background-color: #CEA11A;
}
.BgClassName
{
background-color: #CEA11A;
}
</style>
border-color css
<style>
span { border-color: #CEA11A; }
span { border-color: rgb(206,161,26); }
td.TdClassName
{
border-color: #CEA11A;
}
.TagClassName
{
border-color: #CEA11A;
}
</style>