Shades of Galliano #CEB11D
Tints of Galliano #CEB11D
RGB
CMYK
RGB Variations
Color information
#CEB11D (or 0xCEB11D) is known color: Galliano. HEX triplet: CE, B1 and 1D. RGB value is (206,177,29). Sum of RGB (Red+Green+Blue) = 206+177+29=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB11D is #314EE2. Grayscale: #A9A9A9. Windows color (decimal): -3231459 or 1946062. OLE color: 1946062.
HSL color Cylindrical-coordinate representation of color #CEB11D: hue angle of 50.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEB11D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 29 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.19 |
| HSL | 50.17º | 0.75% | 0.46% | - |
| HSV(B) | 50.17º | 0.86% | 0.81% | - |
| XYZ | 41.4 | 44.65 | 7.6 | - |
| YUV | 168.8 | 49.11 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 29 | 0 | 0.14 | 0.86 | 0.19 | 50.17 | 0.75 | 0.46 |
| Hex | CE | B1 | 1D | 0 | E | 56 | 13 | 32 | 4B | 2E |
| Octal | 316 | 261 | 35 | 0 | 16 | 126 | 23 | 62 | 113 | 56 |
| Binary | 11001110 | 10110001 | 11101 | 0 | 1110 | 1010110 | 10011 | 110010 | 1001011 | 101110 |
Color Harmonies of #CEB11D
Complementary color
Monochromatic Colors of #CEB11D
Black with #CEB11D
Text Example
Text Example
White with #CEB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB11D; }
p { color: rgb(206,177,29); }
H1.HeaderClassName
{
color: #CEB11D;
}
.AnyTagClassName
{
color: #CEB11D;
}
</style>
background-color css
<style>
a { background-color: #CEB11D; }
a { background-color: rgb(206,177,29); }
div.DivClassName
{
background-color: #CEB11D;
}
.BgClassName
{
background-color: #CEB11D;
}
</style>
border-color css
<style>
span { border-color: #CEB11D; }
span { border-color: rgb(206,177,29); }
td.TdClassName
{
border-color: #CEB11D;
}
.TagClassName
{
border-color: #CEB11D;
}
</style>