Shades of Galliano #D09A1E
Tints of Galliano #D09A1E
RGB
CMYK
RGB Variations
Color information
#D09A1E (or 0xD09A1E) is known color: Galliano. HEX triplet: D0, 9A and 1E. RGB value is (208,154,30). Sum of RGB (Red+Green+Blue) = 208+154+30=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09A1E is #2F65E1. Grayscale: #9C9C9C. Windows color (decimal): -3106274 or 2005712. OLE color: 2005712.
HSL color Cylindrical-coordinate representation of color #D09A1E: hue angle of 41.8º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D09A1E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 30 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.18 |
| HSL | 41.8º | 0.75% | 0.47% | - |
| HSV(B) | 41.8º | 0.86% | 0.82% | - |
| XYZ | 37.8 | 36.61 | 6.3 | - |
| YUV | 156.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 30 | 0 | 0.26 | 0.86 | 0.18 | 41.8 | 0.75 | 0.47 |
| Hex | D0 | 9A | 1E | 0 | 1A | 56 | 12 | 2A | 4B | 2F |
| Octal | 320 | 232 | 36 | 0 | 32 | 126 | 22 | 52 | 113 | 57 |
| Binary | 11010000 | 10011010 | 11110 | 0 | 11010 | 1010110 | 10010 | 101010 | 1001011 | 101111 |
Color Harmonies of #D09A1E
Complementary color
Monochromatic Colors of #D09A1E
Black with #D09A1E
Text Example
Text Example
White with #D09A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A1E; }
p { color: rgb(208,154,30); }
H1.HeaderClassName
{
color: #D09A1E;
}
.AnyTagClassName
{
color: #D09A1E;
}
</style>
background-color css
<style>
a { background-color: #D09A1E; }
a { background-color: rgb(208,154,30); }
div.DivClassName
{
background-color: #D09A1E;
}
.BgClassName
{
background-color: #D09A1E;
}
</style>
border-color css
<style>
span { border-color: #D09A1E; }
span { border-color: rgb(208,154,30); }
td.TdClassName
{
border-color: #D09A1E;
}
.TagClassName
{
border-color: #D09A1E;
}
</style>