Shades of Galliano #D09D2B
Tints of Galliano #D09D2B
RGB
CMYK
RGB Variations
Color information
#D09D2B (or 0xD09D2B) is known color: Galliano. HEX triplet: D0, 9D and 2B. RGB value is (208,157,43). Sum of RGB (Red+Green+Blue) = 208+157+43=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D2B is #2F62D4. Grayscale: #9F9F9F. Windows color (decimal): -3105493 or 2858448. OLE color: 2858448.
HSL color Cylindrical-coordinate representation of color #D09D2B: hue angle of 41.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D09D2B is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 43 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.18 |
| HSL | 41.45º | 0.66% | 0.49% | - |
| HSV(B) | 41.45º | 0.79% | 0.82% | - |
| XYZ | 38.51 | 37.7 | 7.53 | - |
| YUV | 159.25 | 62.4 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 43 | 0 | 0.25 | 0.79 | 0.18 | 41.45 | 0.66 | 0.49 |
| Hex | D0 | 9D | 2B | 0 | 19 | 4F | 12 | 29 | 42 | 31 |
| Octal | 320 | 235 | 53 | 0 | 31 | 117 | 22 | 51 | 102 | 61 |
| Binary | 11010000 | 10011101 | 101011 | 0 | 11001 | 1001111 | 10010 | 101001 | 1000010 | 110001 |
Color Harmonies of #D09D2B
Complementary color
Monochromatic Colors of #D09D2B
Black with #D09D2B
Text Example
Text Example
White with #D09D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D2B; }
p { color: rgb(208,157,43); }
H1.HeaderClassName
{
color: #D09D2B;
}
.AnyTagClassName
{
color: #D09D2B;
}
</style>
background-color css
<style>
a { background-color: #D09D2B; }
a { background-color: rgb(208,157,43); }
div.DivClassName
{
background-color: #D09D2B;
}
.BgClassName
{
background-color: #D09D2B;
}
</style>
border-color css
<style>
span { border-color: #D09D2B; }
span { border-color: rgb(208,157,43); }
td.TdClassName
{
border-color: #D09D2B;
}
.TagClassName
{
border-color: #D09D2B;
}
</style>