Shades of Galliano #D99E1B
Tints of Galliano #D99E1B
RGB
CMYK
RGB Variations
Color information
#D99E1B (or 0xD99E1B) is known color: Galliano. HEX triplet: D9, 9E and 1B. RGB value is (217,158,27). Sum of RGB (Red+Green+Blue) = 217+158+27=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E1B is #2661E4. Grayscale: #A1A1A1. Windows color (decimal): -2515429 or 1810137. OLE color: 1810137.
HSL color Cylindrical-coordinate representation of color #D99E1B: hue angle of 41.37º 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 #D99E1B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.15 |
| HSL | 41.37º | 0.78% | 0.48% | - |
| HSV(B) | 41.37º | 0.88% | 0.85% | - |
| XYZ | 41.04 | 39.28 | 6.46 | - |
| YUV | 160.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 27 | 0 | 0.27 | 0.88 | 0.15 | 41.37 | 0.78 | 0.48 |
| Hex | D9 | 9E | 1B | 0 | 1B | 58 | F | 29 | 4E | 30 |
| Octal | 331 | 236 | 33 | 0 | 33 | 130 | 17 | 51 | 116 | 60 |
| Binary | 11011001 | 10011110 | 11011 | 0 | 11011 | 1011000 | 1111 | 101001 | 1001110 | 110000 |
Color Harmonies of #D99E1B
Complementary color
Monochromatic Colors of #D99E1B
Black with #D99E1B
Text Example
Text Example
White with #D99E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E1B; }
p { color: rgb(217,158,27); }
H1.HeaderClassName
{
color: #D99E1B;
}
.AnyTagClassName
{
color: #D99E1B;
}
</style>
background-color css
<style>
a { background-color: #D99E1B; }
a { background-color: rgb(217,158,27); }
div.DivClassName
{
background-color: #D99E1B;
}
.BgClassName
{
background-color: #D99E1B;
}
</style>
border-color css
<style>
span { border-color: #D99E1B; }
span { border-color: rgb(217,158,27); }
td.TdClassName
{
border-color: #D99E1B;
}
.TagClassName
{
border-color: #D99E1B;
}
</style>