Shades of Galliano #D9A11B
Tints of Galliano #D9A11B
RGB
CMYK
RGB Variations
Color information
#D9A11B (or 0xD9A11B) is known color: Galliano. HEX triplet: D9, A1 and 1B. RGB value is (217,161,27). Sum of RGB (Red+Green+Blue) = 217+161+27=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A11B is #265EE4. Grayscale: #A3A3A3. Windows color (decimal): -2514661 or 1810905. OLE color: 1810905.
HSL color Cylindrical-coordinate representation of color #D9A11B: hue angle of 42.32º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9A11B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 27 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.15 |
| HSL | 42.32º | 0.78% | 0.48% | - |
| HSV(B) | 42.32º | 0.88% | 0.85% | - |
| XYZ | 41.56 | 40.32 | 6.63 | - |
| YUV | 162.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 27 | 0 | 0.26 | 0.88 | 0.15 | 42.32 | 0.78 | 0.48 |
| Hex | D9 | A1 | 1B | 0 | 1A | 58 | F | 2A | 4E | 30 |
| Octal | 331 | 241 | 33 | 0 | 32 | 130 | 17 | 52 | 116 | 60 |
| Binary | 11011001 | 10100001 | 11011 | 0 | 11010 | 1011000 | 1111 | 101010 | 1001110 | 110000 |
Color Harmonies of #D9A11B
Complementary color
Monochromatic Colors of #D9A11B
Black with #D9A11B
Text Example
Text Example
White with #D9A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A11B; }
p { color: rgb(217,161,27); }
H1.HeaderClassName
{
color: #D9A11B;
}
.AnyTagClassName
{
color: #D9A11B;
}
</style>
background-color css
<style>
a { background-color: #D9A11B; }
a { background-color: rgb(217,161,27); }
div.DivClassName
{
background-color: #D9A11B;
}
.BgClassName
{
background-color: #D9A11B;
}
</style>
border-color css
<style>
span { border-color: #D9A11B; }
span { border-color: rgb(217,161,27); }
td.TdClassName
{
border-color: #D9A11B;
}
.TagClassName
{
border-color: #D9A11B;
}
</style>