Shades of Galliano #D99F1D
Tints of Galliano #D99F1D
RGB
CMYK
RGB Variations
Color information
#D99F1D (or 0xD99F1D) is known color: Galliano. HEX triplet: D9, 9F and 1D. RGB value is (217,159,29). Sum of RGB (Red+Green+Blue) = 217+159+29=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F1D is #2660E2. Grayscale: #A2A2A2. Windows color (decimal): -2515171 or 1941465. OLE color: 1941465.
HSL color Cylindrical-coordinate representation of color #D99F1D: hue angle of 41.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D99F1D is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 159 | 29 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.15 |
| HSL | 41.49º | 0.76% | 0.48% | - |
| HSV(B) | 41.49º | 0.87% | 0.85% | - |
| XYZ | 41.24 | 39.64 | 6.64 | - |
| YUV | 161.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 29 | 0 | 0.27 | 0.87 | 0.15 | 41.49 | 0.76 | 0.48 |
| Hex | D9 | 9F | 1D | 0 | 1B | 57 | F | 29 | 4C | 30 |
| Octal | 331 | 237 | 35 | 0 | 33 | 127 | 17 | 51 | 114 | 60 |
| Binary | 11011001 | 10011111 | 11101 | 0 | 11011 | 1010111 | 1111 | 101001 | 1001100 | 110000 |
Color Harmonies of #D99F1D
Complementary color
Monochromatic Colors of #D99F1D
Black with #D99F1D
Text Example
Text Example
White with #D99F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99F1D; }
p { color: rgb(217,159,29); }
H1.HeaderClassName
{
color: #D99F1D;
}
.AnyTagClassName
{
color: #D99F1D;
}
</style>
background-color css
<style>
a { background-color: #D99F1D; }
a { background-color: rgb(217,159,29); }
div.DivClassName
{
background-color: #D99F1D;
}
.BgClassName
{
background-color: #D99F1D;
}
</style>
border-color css
<style>
span { border-color: #D99F1D; }
span { border-color: rgb(217,159,29); }
td.TdClassName
{
border-color: #D99F1D;
}
.TagClassName
{
border-color: #D99F1D;
}
</style>