Shades of Galliano #D09D1A
Tints of Galliano #D09D1A
RGB
CMYK
RGB Variations
Color information
#D09D1A (or 0xD09D1A) is known color: Galliano. HEX triplet: D0, 9D and 1A. RGB value is (208,157,26). Sum of RGB (Red+Green+Blue) = 208+157+26=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D1A is #2F62E5. Grayscale: #9D9D9D. Windows color (decimal): -3105510 or 1744336. OLE color: 1744336.
HSL color Cylindrical-coordinate representation of color #D09D1A: hue angle of 43.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D09D1A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 26 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.18 |
| HSL | 43.19º | 0.78% | 0.46% | - |
| HSV(B) | 43.19º | 0.88% | 0.82% | - |
| XYZ | 38.26 | 37.6 | 6.22 | - |
| YUV | 157.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 26 | 0 | 0.25 | 0.88 | 0.18 | 43.19 | 0.78 | 0.46 |
| Hex | D0 | 9D | 1A | 0 | 19 | 58 | 12 | 2B | 4E | 2E |
| Octal | 320 | 235 | 32 | 0 | 31 | 130 | 22 | 53 | 116 | 56 |
| Binary | 11010000 | 10011101 | 11010 | 0 | 11001 | 1011000 | 10010 | 101011 | 1001110 | 101110 |
Color Harmonies of #D09D1A
Complementary color
Monochromatic Colors of #D09D1A
Black with #D09D1A
Text Example
Text Example
White with #D09D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D1A; }
p { color: rgb(208,157,26); }
H1.HeaderClassName
{
color: #D09D1A;
}
.AnyTagClassName
{
color: #D09D1A;
}
</style>
background-color css
<style>
a { background-color: #D09D1A; }
a { background-color: rgb(208,157,26); }
div.DivClassName
{
background-color: #D09D1A;
}
.BgClassName
{
background-color: #D09D1A;
}
</style>
border-color css
<style>
span { border-color: #D09D1A; }
span { border-color: rgb(208,157,26); }
td.TdClassName
{
border-color: #D09D1A;
}
.TagClassName
{
border-color: #D09D1A;
}
</style>