Shades of Galliano #CEB223
Tints of Galliano #CEB223
RGB
CMYK
RGB Variations
Color information
#CEB223 (or 0xCEB223) is known color: Galliano. HEX triplet: CE, B2 and 23. RGB value is (206,178,35). Sum of RGB (Red+Green+Blue) = 206+178+35=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB223 is #314DDC. Grayscale: #AAAAAA. Windows color (decimal): -3231197 or 2339534. OLE color: 2339534.
HSL color Cylindrical-coordinate representation of color #CEB223: hue angle of 50.18º degrees, saturation: 0.71, 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 #CEB223 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 35 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.19 |
| HSL | 50.18º | 0.71% | 0.47% | - |
| HSV(B) | 50.18º | 0.83% | 0.81% | - |
| XYZ | 41.68 | 45.08 | 8.1 | - |
| YUV | 170.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 35 | 0 | 0.14 | 0.83 | 0.19 | 50.18 | 0.71 | 0.47 |
| Hex | CE | B2 | 23 | 0 | E | 53 | 13 | 32 | 47 | 2F |
| Octal | 316 | 262 | 43 | 0 | 16 | 123 | 23 | 62 | 107 | 57 |
| Binary | 11001110 | 10110010 | 100011 | 0 | 1110 | 1010011 | 10011 | 110010 | 1000111 | 101111 |
Color Harmonies of #CEB223
Complementary color
Monochromatic Colors of #CEB223
Black with #CEB223
Text Example
Text Example
White with #CEB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB223; }
p { color: rgb(206,178,35); }
H1.HeaderClassName
{
color: #CEB223;
}
.AnyTagClassName
{
color: #CEB223;
}
</style>
background-color css
<style>
a { background-color: #CEB223; }
a { background-color: rgb(206,178,35); }
div.DivClassName
{
background-color: #CEB223;
}
.BgClassName
{
background-color: #CEB223;
}
</style>
border-color css
<style>
span { border-color: #CEB223; }
span { border-color: rgb(206,178,35); }
td.TdClassName
{
border-color: #CEB223;
}
.TagClassName
{
border-color: #CEB223;
}
</style>