Shades of Galliano #D99D1F
Tints of Galliano #D99D1F
RGB
CMYK
RGB Variations
Color information
#D99D1F (or 0xD99D1F) is known color: Galliano. HEX triplet: D9, 9D and 1F. RGB value is (217,157,31). Sum of RGB (Red+Green+Blue) = 217+157+31=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D1F is #2662E0. Grayscale: #A1A1A1. Windows color (decimal): -2515681 or 2072025. OLE color: 2072025.
HSL color Cylindrical-coordinate representation of color #D99D1F: hue angle of 40.65º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D99D1F is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 31 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.15 |
| HSL | 40.65º | 0.75% | 0.49% | - |
| HSV(B) | 40.65º | 0.86% | 0.85% | - |
| XYZ | 40.92 | 38.96 | 6.66 | - |
| YUV | 160.58 | 54.88 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 31 | 0 | 0.28 | 0.86 | 0.15 | 40.65 | 0.75 | 0.49 |
| Hex | D9 | 9D | 1F | 0 | 1C | 56 | F | 29 | 4B | 31 |
| Octal | 331 | 235 | 37 | 0 | 34 | 126 | 17 | 51 | 113 | 61 |
| Binary | 11011001 | 10011101 | 11111 | 0 | 11100 | 1010110 | 1111 | 101001 | 1001011 | 110001 |
Color Harmonies of #D99D1F
Complementary color
Monochromatic Colors of #D99D1F
Black with #D99D1F
Text Example
Text Example
White with #D99D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D1F; }
p { color: rgb(217,157,31); }
H1.HeaderClassName
{
color: #D99D1F;
}
.AnyTagClassName
{
color: #D99D1F;
}
</style>
background-color css
<style>
a { background-color: #D99D1F; }
a { background-color: rgb(217,157,31); }
div.DivClassName
{
background-color: #D99D1F;
}
.BgClassName
{
background-color: #D99D1F;
}
</style>
border-color css
<style>
span { border-color: #D99D1F; }
span { border-color: rgb(217,157,31); }
td.TdClassName
{
border-color: #D99D1F;
}
.TagClassName
{
border-color: #D99D1F;
}
</style>