Shades of Galliano #D09E2D
Tints of Galliano #D09E2D
RGB
CMYK
RGB Variations
Color information
#D09E2D (or 0xD09E2D) is known color: Galliano. HEX triplet: D0, 9E and 2D. RGB value is (208,158,45). Sum of RGB (Red+Green+Blue) = 208+158+45=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E2D is #2F61D2. Grayscale: #A0A0A0. Windows color (decimal): -3105235 or 2989776. OLE color: 2989776.
HSL color Cylindrical-coordinate representation of color #D09E2D: hue angle of 41.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D09E2D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 45 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.18 |
| HSL | 41.6º | 0.64% | 0.5% | - |
| HSV(B) | 41.6º | 0.78% | 0.82% | - |
| XYZ | 38.71 | 38.05 | 7.79 | - |
| YUV | 160.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 45 | 0 | 0.24 | 0.78 | 0.18 | 41.6 | 0.64 | 0.5 |
| Hex | D0 | 9E | 2D | 0 | 18 | 4E | 12 | 2A | 40 | 32 |
| Octal | 320 | 236 | 55 | 0 | 30 | 116 | 22 | 52 | 100 | 62 |
| Binary | 11010000 | 10011110 | 101101 | 0 | 11000 | 1001110 | 10010 | 101010 | 1000000 | 110010 |
Color Harmonies of #D09E2D
Complementary color
Monochromatic Colors of #D09E2D
Black with #D09E2D
Text Example
Text Example
White with #D09E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E2D; }
p { color: rgb(208,158,45); }
H1.HeaderClassName
{
color: #D09E2D;
}
.AnyTagClassName
{
color: #D09E2D;
}
</style>
background-color css
<style>
a { background-color: #D09E2D; }
a { background-color: rgb(208,158,45); }
div.DivClassName
{
background-color: #D09E2D;
}
.BgClassName
{
background-color: #D09E2D;
}
</style>
border-color css
<style>
span { border-color: #D09E2D; }
span { border-color: rgb(208,158,45); }
td.TdClassName
{
border-color: #D09E2D;
}
.TagClassName
{
border-color: #D09E2D;
}
</style>