Shades of Galliano #D19F2B
Tints of Galliano #D19F2B
RGB
CMYK
RGB Variations
Color information
#D19F2B (or 0xD19F2B) is known color: Galliano. HEX triplet: D1, 9F and 2B. RGB value is (209,159,43). Sum of RGB (Red+Green+Blue) = 209+159+43=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19F2B is #2E60D4. Grayscale: #A1A1A1. Windows color (decimal): -3039445 or 2858961. OLE color: 2858961.
HSL color Cylindrical-coordinate representation of color #D19F2B: hue angle of 41.93º 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 #D19F2B is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 43 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.18 |
| HSL | 41.93º | 0.66% | 0.49% | - |
| HSV(B) | 41.93º | 0.79% | 0.82% | - |
| XYZ | 39.13 | 38.53 | 7.66 | - |
| YUV | 160.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 43 | 0 | 0.24 | 0.79 | 0.18 | 41.93 | 0.66 | 0.49 |
| Hex | D1 | 9F | 2B | 0 | 18 | 4F | 12 | 2A | 42 | 31 |
| Octal | 321 | 237 | 53 | 0 | 30 | 117 | 22 | 52 | 102 | 61 |
| Binary | 11010001 | 10011111 | 101011 | 0 | 11000 | 1001111 | 10010 | 101010 | 1000010 | 110001 |
Color Harmonies of #D19F2B
Complementary color
Monochromatic Colors of #D19F2B
Black with #D19F2B
Text Example
Text Example
White with #D19F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F2B; }
p { color: rgb(209,159,43); }
H1.HeaderClassName
{
color: #D19F2B;
}
.AnyTagClassName
{
color: #D19F2B;
}
</style>
background-color css
<style>
a { background-color: #D19F2B; }
a { background-color: rgb(209,159,43); }
div.DivClassName
{
background-color: #D19F2B;
}
.BgClassName
{
background-color: #D19F2B;
}
</style>
border-color css
<style>
span { border-color: #D19F2B; }
span { border-color: rgb(209,159,43); }
td.TdClassName
{
border-color: #D19F2B;
}
.TagClassName
{
border-color: #D19F2B;
}
</style>