Shades of Galliano #D99D20
Tints of Galliano #D99D20
RGB
CMYK
RGB Variations
Color information
#D99D20 (or 0xD99D20) is known color: Galliano. HEX triplet: D9, 9D and 20. RGB value is (217,157,32). Sum of RGB (Red+Green+Blue) = 217+157+32=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D20 is #2662DF. Grayscale: #A1A1A1. Windows color (decimal): -2515680 or 2137561. OLE color: 2137561.
HSL color Cylindrical-coordinate representation of color #D99D20: hue angle of 40.54º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D99D20 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 32 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.15 |
| HSL | 40.54º | 0.74% | 0.49% | - |
| HSV(B) | 40.54º | 0.85% | 0.85% | - |
| XYZ | 40.93 | 38.97 | 6.73 | - |
| YUV | 160.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 32 | 0 | 0.28 | 0.85 | 0.15 | 40.54 | 0.74 | 0.49 |
| Hex | D9 | 9D | 20 | 0 | 1C | 55 | F | 29 | 4A | 31 |
| Octal | 331 | 235 | 40 | 0 | 34 | 125 | 17 | 51 | 112 | 61 |
| Binary | 11011001 | 10011101 | 100000 | 0 | 11100 | 1010101 | 1111 | 101001 | 1001010 | 110001 |
Color Harmonies of #D99D20
Complementary color
Monochromatic Colors of #D99D20
Black with #D99D20
Text Example
Text Example
White with #D99D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99D20; }
p { color: rgb(217,157,32); }
H1.HeaderClassName
{
color: #D99D20;
}
.AnyTagClassName
{
color: #D99D20;
}
</style>
background-color css
<style>
a { background-color: #D99D20; }
a { background-color: rgb(217,157,32); }
div.DivClassName
{
background-color: #D99D20;
}
.BgClassName
{
background-color: #D99D20;
}
</style>
border-color css
<style>
span { border-color: #D99D20; }
span { border-color: rgb(217,157,32); }
td.TdClassName
{
border-color: #D99D20;
}
.TagClassName
{
border-color: #D99D20;
}
</style>