Shades of Galliano #CE9D2B
Tints of Galliano #CE9D2B
RGB
CMYK
RGB Variations
Color information
#CE9D2B (or 0xCE9D2B) is known color: Galliano. HEX triplet: CE, 9D and 2B. RGB value is (206,157,43). Sum of RGB (Red+Green+Blue) = 206+157+43=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D2B is #3162D4. Grayscale: #9F9F9F. Windows color (decimal): -3236565 or 2858446. OLE color: 2858446.
HSL color Cylindrical-coordinate representation of color #CE9D2B: hue angle of 41.96º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE9D2B is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 43 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.19 |
| HSL | 41.96º | 0.65% | 0.49% | - |
| HSV(B) | 41.96º | 0.79% | 0.81% | - |
| XYZ | 37.95 | 37.41 | 7.51 | - |
| YUV | 158.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 43 | 0 | 0.24 | 0.79 | 0.19 | 41.96 | 0.65 | 0.49 |
| Hex | CE | 9D | 2B | 0 | 18 | 4F | 13 | 2A | 41 | 31 |
| Octal | 316 | 235 | 53 | 0 | 30 | 117 | 23 | 52 | 101 | 61 |
| Binary | 11001110 | 10011101 | 101011 | 0 | 11000 | 1001111 | 10011 | 101010 | 1000001 | 110001 |
Color Harmonies of #CE9D2B
Complementary color
Monochromatic Colors of #CE9D2B
Black with #CE9D2B
Text Example
Text Example
White with #CE9D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D2B; }
p { color: rgb(206,157,43); }
H1.HeaderClassName
{
color: #CE9D2B;
}
.AnyTagClassName
{
color: #CE9D2B;
}
</style>
background-color css
<style>
a { background-color: #CE9D2B; }
a { background-color: rgb(206,157,43); }
div.DivClassName
{
background-color: #CE9D2B;
}
.BgClassName
{
background-color: #CE9D2B;
}
</style>
border-color css
<style>
span { border-color: #CE9D2B; }
span { border-color: rgb(206,157,43); }
td.TdClassName
{
border-color: #CE9D2B;
}
.TagClassName
{
border-color: #CE9D2B;
}
</style>