Shades of Galliano #CEB022
Tints of Galliano #CEB022
RGB
CMYK
RGB Variations
Color information
#CEB022 (or 0xCEB022) is known color: Galliano. HEX triplet: CE, B0 and 22. RGB value is (206,176,34). Sum of RGB (Red+Green+Blue) = 206+176+34=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB022 is #314FDD. Grayscale: #A9A9A9. Windows color (decimal): -3231710 or 2273486. OLE color: 2273486.
HSL color Cylindrical-coordinate representation of color #CEB022: hue angle of 49.53º degrees, saturation: 0.72, 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 #CEB022 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 34 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.19 |
| HSL | 49.53º | 0.72% | 0.47% | - |
| HSV(B) | 49.53º | 0.83% | 0.81% | - |
| XYZ | 41.27 | 44.29 | 7.89 | - |
| YUV | 168.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 34 | 0 | 0.15 | 0.83 | 0.19 | 49.53 | 0.72 | 0.47 |
| Hex | CE | B0 | 22 | 0 | F | 53 | 13 | 32 | 48 | 2F |
| Octal | 316 | 260 | 42 | 0 | 17 | 123 | 23 | 62 | 110 | 57 |
| Binary | 11001110 | 10110000 | 100010 | 0 | 1111 | 1010011 | 10011 | 110010 | 1001000 | 101111 |
Color Harmonies of #CEB022
Complementary color
Monochromatic Colors of #CEB022
Black with #CEB022
Text Example
Text Example
White with #CEB022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB022; }
p { color: rgb(206,176,34); }
H1.HeaderClassName
{
color: #CEB022;
}
.AnyTagClassName
{
color: #CEB022;
}
</style>
background-color css
<style>
a { background-color: #CEB022; }
a { background-color: rgb(206,176,34); }
div.DivClassName
{
background-color: #CEB022;
}
.BgClassName
{
background-color: #CEB022;
}
</style>
border-color css
<style>
span { border-color: #CEB022; }
span { border-color: rgb(206,176,34); }
td.TdClassName
{
border-color: #CEB022;
}
.TagClassName
{
border-color: #CEB022;
}
</style>