Shades of Galliano #D09E2A
Tints of Galliano #D09E2A
RGB
CMYK
RGB Variations
Color information
#D09E2A (or 0xD09E2A) is known color: Galliano. HEX triplet: D0, 9E and 2A. RGB value is (208,158,42). Sum of RGB (Red+Green+Blue) = 208+158+42=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E2A is #2F61D5. Grayscale: #A0A0A0. Windows color (decimal): -3105238 or 2793168. OLE color: 2793168.
HSL color Cylindrical-coordinate representation of color #D09E2A: hue angle of 41.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D09E2A is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 42 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.18 |
| HSL | 41.93º | 0.66% | 0.49% | - |
| HSV(B) | 41.93º | 0.8% | 0.82% | - |
| XYZ | 38.66 | 38.03 | 7.49 | - |
| YUV | 159.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 42 | 0 | 0.24 | 0.80 | 0.18 | 41.93 | 0.66 | 0.49 |
| Hex | D0 | 9E | 2A | 0 | 18 | 50 | 12 | 2A | 42 | 31 |
| Octal | 320 | 236 | 52 | 0 | 30 | 120 | 22 | 52 | 102 | 61 |
| Binary | 11010000 | 10011110 | 101010 | 0 | 11000 | 1010000 | 10010 | 101010 | 1000010 | 110001 |
Color Harmonies of #D09E2A
Complementary color
Monochromatic Colors of #D09E2A
Black with #D09E2A
Text Example
Text Example
White with #D09E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E2A; }
p { color: rgb(208,158,42); }
H1.HeaderClassName
{
color: #D09E2A;
}
.AnyTagClassName
{
color: #D09E2A;
}
</style>
background-color css
<style>
a { background-color: #D09E2A; }
a { background-color: rgb(208,158,42); }
div.DivClassName
{
background-color: #D09E2A;
}
.BgClassName
{
background-color: #D09E2A;
}
</style>
border-color css
<style>
span { border-color: #D09E2A; }
span { border-color: rgb(208,158,42); }
td.TdClassName
{
border-color: #D09E2A;
}
.TagClassName
{
border-color: #D09E2A;
}
</style>