Shades of Galliano #D09D1D
Tints of Galliano #D09D1D
RGB
CMYK
RGB Variations
Color information
#D09D1D (or 0xD09D1D) is known color: Galliano. HEX triplet: D0, 9D and 1D. RGB value is (208,157,29). Sum of RGB (Red+Green+Blue) = 208+157+29=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D1D is #2F62E2. Grayscale: #9E9E9E. Windows color (decimal): -3105507 or 1940944. OLE color: 1940944.
HSL color Cylindrical-coordinate representation of color #D09D1D: hue angle of 42.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D09D1D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 29 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.18 |
| HSL | 42.91º | 0.76% | 0.46% | - |
| HSV(B) | 42.91º | 0.86% | 0.82% | - |
| XYZ | 38.29 | 37.61 | 6.4 | - |
| YUV | 157.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 29 | 0 | 0.25 | 0.86 | 0.18 | 42.91 | 0.76 | 0.46 |
| Hex | D0 | 9D | 1D | 0 | 19 | 56 | 12 | 2B | 4C | 2E |
| Octal | 320 | 235 | 35 | 0 | 31 | 126 | 22 | 53 | 114 | 56 |
| Binary | 11010000 | 10011101 | 11101 | 0 | 11001 | 1010110 | 10010 | 101011 | 1001100 | 101110 |
Color Harmonies of #D09D1D
Complementary color
Monochromatic Colors of #D09D1D
Black with #D09D1D
Text Example
Text Example
White with #D09D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D1D; }
p { color: rgb(208,157,29); }
H1.HeaderClassName
{
color: #D09D1D;
}
.AnyTagClassName
{
color: #D09D1D;
}
</style>
background-color css
<style>
a { background-color: #D09D1D; }
a { background-color: rgb(208,157,29); }
div.DivClassName
{
background-color: #D09D1D;
}
.BgClassName
{
background-color: #D09D1D;
}
</style>
border-color css
<style>
span { border-color: #D09D1D; }
span { border-color: rgb(208,157,29); }
td.TdClassName
{
border-color: #D09D1D;
}
.TagClassName
{
border-color: #D09D1D;
}
</style>