Shades of Galliano #CEB01E
Tints of Galliano #CEB01E
RGB
CMYK
RGB Variations
Color information
#CEB01E (or 0xCEB01E) is known color: Galliano. HEX triplet: CE, B0 and 1E. RGB value is (206,176,30). Sum of RGB (Red+Green+Blue) = 206+176+30=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB01E is #314FE1. Grayscale: #A8A8A8. Windows color (decimal): -3231714 or 2011342. OLE color: 2011342.
HSL color Cylindrical-coordinate representation of color #CEB01E: hue angle of 49.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEB01E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 30 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.19 |
| HSL | 49.77º | 0.75% | 0.46% | - |
| HSV(B) | 49.77º | 0.85% | 0.81% | - |
| XYZ | 41.21 | 44.27 | 7.6 | - |
| YUV | 168.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 30 | 0 | 0.15 | 0.85 | 0.19 | 49.77 | 0.75 | 0.46 |
| Hex | CE | B0 | 1E | 0 | F | 55 | 13 | 32 | 4B | 2E |
| Octal | 316 | 260 | 36 | 0 | 17 | 125 | 23 | 62 | 113 | 56 |
| Binary | 11001110 | 10110000 | 11110 | 0 | 1111 | 1010101 | 10011 | 110010 | 1001011 | 101110 |
Color Harmonies of #CEB01E
Complementary color
Monochromatic Colors of #CEB01E
Black with #CEB01E
Text Example
Text Example
White with #CEB01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB01E; }
p { color: rgb(206,176,30); }
H1.HeaderClassName
{
color: #CEB01E;
}
.AnyTagClassName
{
color: #CEB01E;
}
</style>
background-color css
<style>
a { background-color: #CEB01E; }
a { background-color: rgb(206,176,30); }
div.DivClassName
{
background-color: #CEB01E;
}
.BgClassName
{
background-color: #CEB01E;
}
</style>
border-color css
<style>
span { border-color: #CEB01E; }
span { border-color: rgb(206,176,30); }
td.TdClassName
{
border-color: #CEB01E;
}
.TagClassName
{
border-color: #CEB01E;
}
</style>