Shades of Galliano #D09B1D
Tints of Galliano #D09B1D
RGB
CMYK
RGB Variations
Color information
#D09B1D (or 0xD09B1D) is known color: Galliano. HEX triplet: D0, 9B and 1D. RGB value is (208,155,29). Sum of RGB (Red+Green+Blue) = 208+155+29=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09B1D is #2F64E2. Grayscale: #9D9D9D. Windows color (decimal): -3106019 or 1940432. OLE color: 1940432.
HSL color Cylindrical-coordinate representation of color #D09B1D: hue angle of 42.23º 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 #D09B1D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 29 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.18 |
| HSL | 42.23º | 0.76% | 0.46% | - |
| HSV(B) | 42.23º | 0.86% | 0.82% | - |
| XYZ | 37.96 | 36.94 | 6.29 | - |
| YUV | 156.48 | 56.06 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 29 | 0 | 0.25 | 0.86 | 0.18 | 42.23 | 0.76 | 0.46 |
| Hex | D0 | 9B | 1D | 0 | 19 | 56 | 12 | 2A | 4C | 2E |
| Octal | 320 | 233 | 35 | 0 | 31 | 126 | 22 | 52 | 114 | 56 |
| Binary | 11010000 | 10011011 | 11101 | 0 | 11001 | 1010110 | 10010 | 101010 | 1001100 | 101110 |
Color Harmonies of #D09B1D
Complementary color
Monochromatic Colors of #D09B1D
Black with #D09B1D
Text Example
Text Example
White with #D09B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B1D; }
p { color: rgb(208,155,29); }
H1.HeaderClassName
{
color: #D09B1D;
}
.AnyTagClassName
{
color: #D09B1D;
}
</style>
background-color css
<style>
a { background-color: #D09B1D; }
a { background-color: rgb(208,155,29); }
div.DivClassName
{
background-color: #D09B1D;
}
.BgClassName
{
background-color: #D09B1D;
}
</style>
border-color css
<style>
span { border-color: #D09B1D; }
span { border-color: rgb(208,155,29); }
td.TdClassName
{
border-color: #D09B1D;
}
.TagClassName
{
border-color: #D09B1D;
}
</style>