Shades of Galliano #CEB120
Tints of Galliano #CEB120
RGB
CMYK
RGB Variations
Color information
#CEB120 (or 0xCEB120) is known color: Galliano. HEX triplet: CE, B1 and 20. RGB value is (206,177,32). Sum of RGB (Red+Green+Blue) = 206+177+32=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB120 is #314EDF. Grayscale: #A9A9A9. Windows color (decimal): -3231456 or 2142670. OLE color: 2142670.
HSL color Cylindrical-coordinate representation of color #CEB120: hue angle of 50º degrees, saturation: 0.73, 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 #CEB120 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 32 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.19 |
| HSL | 50º | 0.73% | 0.47% | - |
| HSV(B) | 50º | 0.84% | 0.81% | - |
| XYZ | 41.44 | 44.67 | 7.8 | - |
| YUV | 169.14 | 50.61 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 32 | 0 | 0.14 | 0.84 | 0.19 | 50 | 0.73 | 0.47 |
| Hex | CE | B1 | 20 | 0 | E | 54 | 13 | 32 | 49 | 2F |
| Octal | 316 | 261 | 40 | 0 | 16 | 124 | 23 | 62 | 111 | 57 |
| Binary | 11001110 | 10110001 | 100000 | 0 | 1110 | 1010100 | 10011 | 110010 | 1001001 | 101111 |
Color Harmonies of #CEB120
Complementary color
Monochromatic Colors of #CEB120
Black with #CEB120
Text Example
Text Example
White with #CEB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB120; }
p { color: rgb(206,177,32); }
H1.HeaderClassName
{
color: #CEB120;
}
.AnyTagClassName
{
color: #CEB120;
}
</style>
background-color css
<style>
a { background-color: #CEB120; }
a { background-color: rgb(206,177,32); }
div.DivClassName
{
background-color: #CEB120;
}
.BgClassName
{
background-color: #CEB120;
}
</style>
border-color css
<style>
span { border-color: #CEB120; }
span { border-color: rgb(206,177,32); }
td.TdClassName
{
border-color: #CEB120;
}
.TagClassName
{
border-color: #CEB120;
}
</style>