Shades of Galliano #CEB124
Tints of Galliano #CEB124
RGB
CMYK
RGB Variations
Color information
#CEB124 (or 0xCEB124) is known color: Galliano. HEX triplet: CE, B1 and 24. RGB value is (206,177,36). Sum of RGB (Red+Green+Blue) = 206+177+36=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB124 is #314EDB. Grayscale: #AAAAAA. Windows color (decimal): -3231452 or 2404814. OLE color: 2404814.
HSL color Cylindrical-coordinate representation of color #CEB124: hue angle of 49.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEB124 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 36 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.19 |
| HSL | 49.76º | 0.7% | 0.47% | - |
| HSV(B) | 49.76º | 0.83% | 0.81% | - |
| XYZ | 41.49 | 44.69 | 8.11 | - |
| YUV | 169.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 36 | 0 | 0.14 | 0.83 | 0.19 | 49.76 | 0.7 | 0.47 |
| Hex | CE | B1 | 24 | 0 | E | 53 | 13 | 32 | 46 | 2F |
| Octal | 316 | 261 | 44 | 0 | 16 | 123 | 23 | 62 | 106 | 57 |
| Binary | 11001110 | 10110001 | 100100 | 0 | 1110 | 1010011 | 10011 | 110010 | 1000110 | 101111 |
Color Harmonies of #CEB124
Complementary color
Monochromatic Colors of #CEB124
Black with #CEB124
Text Example
Text Example
White with #CEB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB124; }
p { color: rgb(206,177,36); }
H1.HeaderClassName
{
color: #CEB124;
}
.AnyTagClassName
{
color: #CEB124;
}
</style>
background-color css
<style>
a { background-color: #CEB124; }
a { background-color: rgb(206,177,36); }
div.DivClassName
{
background-color: #CEB124;
}
.BgClassName
{
background-color: #CEB124;
}
</style>
border-color css
<style>
span { border-color: #CEB124; }
span { border-color: rgb(206,177,36); }
td.TdClassName
{
border-color: #CEB124;
}
.TagClassName
{
border-color: #CEB124;
}
</style>