Shades of Galliano #CEB326
Tints of Galliano #CEB326
RGB
CMYK
RGB Variations
Color information
#CEB326 (or 0xCEB326) is known color: Galliano. HEX triplet: CE, B3 and 26. RGB value is (206,179,38). Sum of RGB (Red+Green+Blue) = 206+179+38=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB326 is #314CD9. Grayscale: #ABABAB. Windows color (decimal): -3230938 or 2536398. OLE color: 2536398.
HSL color Cylindrical-coordinate representation of color #CEB326: hue angle of 50.36º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEB326 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 38 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.19 |
| HSL | 50.36º | 0.69% | 0.48% | - |
| HSV(B) | 50.36º | 0.82% | 0.81% | - |
| XYZ | 41.92 | 45.5 | 8.41 | - |
| YUV | 171 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 38 | 0 | 0.13 | 0.82 | 0.19 | 50.36 | 0.69 | 0.48 |
| Hex | CE | B3 | 26 | 0 | D | 52 | 13 | 32 | 45 | 30 |
| Octal | 316 | 263 | 46 | 0 | 15 | 122 | 23 | 62 | 105 | 60 |
| Binary | 11001110 | 10110011 | 100110 | 0 | 1101 | 1010010 | 10011 | 110010 | 1000101 | 110000 |
Color Harmonies of #CEB326
Complementary color
Monochromatic Colors of #CEB326
Black with #CEB326
Text Example
Text Example
White with #CEB326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB326; }
p { color: rgb(206,179,38); }
H1.HeaderClassName
{
color: #CEB326;
}
.AnyTagClassName
{
color: #CEB326;
}
</style>
background-color css
<style>
a { background-color: #CEB326; }
a { background-color: rgb(206,179,38); }
div.DivClassName
{
background-color: #CEB326;
}
.BgClassName
{
background-color: #CEB326;
}
</style>
border-color css
<style>
span { border-color: #CEB326; }
span { border-color: rgb(206,179,38); }
td.TdClassName
{
border-color: #CEB326;
}
.TagClassName
{
border-color: #CEB326;
}
</style>