Shades of Galliano #CEB11E
Tints of Galliano #CEB11E
RGB
CMYK
RGB Variations
Color information
#CEB11E (or 0xCEB11E) is known color: Galliano. HEX triplet: CE, B1 and 1E. RGB value is (206,177,30). Sum of RGB (Red+Green+Blue) = 206+177+30=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB11E is #314EE1. Grayscale: #A9A9A9. Windows color (decimal): -3231458 or 2011598. OLE color: 2011598.
HSL color Cylindrical-coordinate representation of color #CEB11E: hue angle of 50.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEB11E is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 30 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.19 |
| HSL | 50.11º | 0.75% | 0.46% | - |
| HSV(B) | 50.11º | 0.85% | 0.81% | - |
| XYZ | 41.41 | 44.66 | 7.67 | - |
| YUV | 168.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 30 | 0 | 0.14 | 0.85 | 0.19 | 50.11 | 0.75 | 0.46 |
| Hex | CE | B1 | 1E | 0 | E | 55 | 13 | 32 | 4B | 2E |
| Octal | 316 | 261 | 36 | 0 | 16 | 125 | 23 | 62 | 113 | 56 |
| Binary | 11001110 | 10110001 | 11110 | 0 | 1110 | 1010101 | 10011 | 110010 | 1001011 | 101110 |
Color Harmonies of #CEB11E
Complementary color
Monochromatic Colors of #CEB11E
Black with #CEB11E
Text Example
Text Example
White with #CEB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB11E; }
p { color: rgb(206,177,30); }
H1.HeaderClassName
{
color: #CEB11E;
}
.AnyTagClassName
{
color: #CEB11E;
}
</style>
background-color css
<style>
a { background-color: #CEB11E; }
a { background-color: rgb(206,177,30); }
div.DivClassName
{
background-color: #CEB11E;
}
.BgClassName
{
background-color: #CEB11E;
}
</style>
border-color css
<style>
span { border-color: #CEB11E; }
span { border-color: rgb(206,177,30); }
td.TdClassName
{
border-color: #CEB11E;
}
.TagClassName
{
border-color: #CEB11E;
}
</style>