Shades of Galliano #CEB121
Tints of Galliano #CEB121
RGB
CMYK
RGB Variations
Color information
#CEB121 (or 0xCEB121) is known color: Galliano. HEX triplet: CE, B1 and 21. RGB value is (206,177,33). Sum of RGB (Red+Green+Blue) = 206+177+33=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB121 is #314EDE. Grayscale: #A9A9A9. Windows color (decimal): -3231455 or 2208206. OLE color: 2208206.
HSL color Cylindrical-coordinate representation of color #CEB121: hue angle of 49.94º 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 #CEB121 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 33 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.19 |
| HSL | 49.94º | 0.72% | 0.47% | - |
| HSV(B) | 49.94º | 0.84% | 0.81% | - |
| XYZ | 41.45 | 44.68 | 7.88 | - |
| YUV | 169.26 | 51.11 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 33 | 0 | 0.14 | 0.84 | 0.19 | 49.94 | 0.72 | 0.47 |
| Hex | CE | B1 | 21 | 0 | E | 54 | 13 | 32 | 48 | 2F |
| Octal | 316 | 261 | 41 | 0 | 16 | 124 | 23 | 62 | 110 | 57 |
| Binary | 11001110 | 10110001 | 100001 | 0 | 1110 | 1010100 | 10011 | 110010 | 1001000 | 101111 |
Color Harmonies of #CEB121
Complementary color
Monochromatic Colors of #CEB121
Black with #CEB121
Text Example
Text Example
White with #CEB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB121; }
p { color: rgb(206,177,33); }
H1.HeaderClassName
{
color: #CEB121;
}
.AnyTagClassName
{
color: #CEB121;
}
</style>
background-color css
<style>
a { background-color: #CEB121; }
a { background-color: rgb(206,177,33); }
div.DivClassName
{
background-color: #CEB121;
}
.BgClassName
{
background-color: #CEB121;
}
</style>
border-color css
<style>
span { border-color: #CEB121; }
span { border-color: rgb(206,177,33); }
td.TdClassName
{
border-color: #CEB121;
}
.TagClassName
{
border-color: #CEB121;
}
</style>