Shades of Galliano #CEB021
Tints of Galliano #CEB021
RGB
CMYK
RGB Variations
Color information
#CEB021 (or 0xCEB021) is known color: Galliano. HEX triplet: CE, B0 and 21. RGB value is (206,176,33). Sum of RGB (Red+Green+Blue) = 206+176+33=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB021 is #314FDE. Grayscale: #A9A9A9. Windows color (decimal): -3231711 or 2207950. OLE color: 2207950.
HSL color Cylindrical-coordinate representation of color #CEB021: hue angle of 49.6º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEB021 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 33 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.19 |
| HSL | 49.6º | 0.72% | 0.47% | - |
| HSV(B) | 49.6º | 0.84% | 0.81% | - |
| XYZ | 41.25 | 44.28 | 7.81 | - |
| YUV | 168.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 33 | 0 | 0.15 | 0.84 | 0.19 | 49.6 | 0.72 | 0.47 |
| Hex | CE | B0 | 21 | 0 | F | 54 | 13 | 32 | 48 | 2F |
| Octal | 316 | 260 | 41 | 0 | 17 | 124 | 23 | 62 | 110 | 57 |
| Binary | 11001110 | 10110000 | 100001 | 0 | 1111 | 1010100 | 10011 | 110010 | 1001000 | 101111 |
Color Harmonies of #CEB021
Complementary color
Monochromatic Colors of #CEB021
Black with #CEB021
Text Example
Text Example
White with #CEB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB021; }
p { color: rgb(206,176,33); }
H1.HeaderClassName
{
color: #CEB021;
}
.AnyTagClassName
{
color: #CEB021;
}
</style>
background-color css
<style>
a { background-color: #CEB021; }
a { background-color: rgb(206,176,33); }
div.DivClassName
{
background-color: #CEB021;
}
.BgClassName
{
background-color: #CEB021;
}
</style>
border-color css
<style>
span { border-color: #CEB021; }
span { border-color: rgb(206,176,33); }
td.TdClassName
{
border-color: #CEB021;
}
.TagClassName
{
border-color: #CEB021;
}
</style>