Shades of Galliano #CE9F2D
Tints of Galliano #CE9F2D
RGB
CMYK
RGB Variations
Color information
#CE9F2D (or 0xCE9F2D) is known color: Galliano. HEX triplet: CE, 9F and 2D. RGB value is (206,159,45). Sum of RGB (Red+Green+Blue) = 206+159+45=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F2D is #3160D2. Grayscale: #A0A0A0. Windows color (decimal): -3236051 or 2990030. OLE color: 2990030.
HSL color Cylindrical-coordinate representation of color #CE9F2D: hue angle of 42.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE9F2D is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 45 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.19 |
| HSL | 42.48º | 0.64% | 0.49% | - |
| HSV(B) | 42.48º | 0.78% | 0.81% | - |
| XYZ | 38.33 | 38.11 | 7.82 | - |
| YUV | 160.06 | 63.07 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 45 | 0 | 0.23 | 0.78 | 0.19 | 42.48 | 0.64 | 0.49 |
| Hex | CE | 9F | 2D | 0 | 17 | 4E | 13 | 2A | 40 | 31 |
| Octal | 316 | 237 | 55 | 0 | 27 | 116 | 23 | 52 | 100 | 61 |
| Binary | 11001110 | 10011111 | 101101 | 0 | 10111 | 1001110 | 10011 | 101010 | 1000000 | 110001 |
Color Harmonies of #CE9F2D
Complementary color
Monochromatic Colors of #CE9F2D
Black with #CE9F2D
Text Example
Text Example
White with #CE9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F2D; }
p { color: rgb(206,159,45); }
H1.HeaderClassName
{
color: #CE9F2D;
}
.AnyTagClassName
{
color: #CE9F2D;
}
</style>
background-color css
<style>
a { background-color: #CE9F2D; }
a { background-color: rgb(206,159,45); }
div.DivClassName
{
background-color: #CE9F2D;
}
.BgClassName
{
background-color: #CE9F2D;
}
</style>
border-color css
<style>
span { border-color: #CE9F2D; }
span { border-color: rgb(206,159,45); }
td.TdClassName
{
border-color: #CE9F2D;
}
.TagClassName
{
border-color: #CE9F2D;
}
</style>