Shades of Galliano #CEB01D
Tints of Galliano #CEB01D
RGB
CMYK
RGB Variations
Color information
#CEB01D (or 0xCEB01D) is known color: Galliano. HEX triplet: CE, B0 and 1D. RGB value is (206,176,29). Sum of RGB (Red+Green+Blue) = 206+176+29=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB01D is #314FE2. Grayscale: #A8A8A8. Windows color (decimal): -3231715 or 1945806. OLE color: 1945806.
HSL color Cylindrical-coordinate representation of color #CEB01D: hue angle of 49.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEB01D is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 29 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.19 |
| HSL | 49.83º | 0.75% | 0.46% | - |
| HSV(B) | 49.83º | 0.86% | 0.81% | - |
| XYZ | 41.2 | 44.26 | 7.53 | - |
| YUV | 168.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 29 | 0 | 0.15 | 0.86 | 0.19 | 49.83 | 0.75 | 0.46 |
| Hex | CE | B0 | 1D | 0 | F | 56 | 13 | 32 | 4B | 2E |
| Octal | 316 | 260 | 35 | 0 | 17 | 126 | 23 | 62 | 113 | 56 |
| Binary | 11001110 | 10110000 | 11101 | 0 | 1111 | 1010110 | 10011 | 110010 | 1001011 | 101110 |
Color Harmonies of #CEB01D
Complementary color
Monochromatic Colors of #CEB01D
Black with #CEB01D
Text Example
Text Example
White with #CEB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB01D; }
p { color: rgb(206,176,29); }
H1.HeaderClassName
{
color: #CEB01D;
}
.AnyTagClassName
{
color: #CEB01D;
}
</style>
background-color css
<style>
a { background-color: #CEB01D; }
a { background-color: rgb(206,176,29); }
div.DivClassName
{
background-color: #CEB01D;
}
.BgClassName
{
background-color: #CEB01D;
}
</style>
border-color css
<style>
span { border-color: #CEB01D; }
span { border-color: rgb(206,176,29); }
td.TdClassName
{
border-color: #CEB01D;
}
.TagClassName
{
border-color: #CEB01D;
}
</style>