Shades of Galliano #D9AB20
Tints of Galliano #D9AB20
RGB
CMYK
RGB Variations
Color information
#D9AB20 (or 0xD9AB20) is known color: Galliano. HEX triplet: D9, AB and 20. RGB value is (217,171,32). Sum of RGB (Red+Green+Blue) = 217+171+32=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB20 is #2654DF. Grayscale: #A9A9A9. Windows color (decimal): -2512096 or 2141145. OLE color: 2141145.
HSL color Cylindrical-coordinate representation of color #D9AB20: hue angle of 45.08º 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 #D9AB20 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 32 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.15 |
| HSL | 45.08º | 0.74% | 0.49% | - |
| HSV(B) | 45.08º | 0.85% | 0.85% | - |
| XYZ | 43.44 | 43.98 | 7.57 | - |
| YUV | 168.91 | 50.74 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 32 | 0 | 0.21 | 0.85 | 0.15 | 45.08 | 0.74 | 0.49 |
| Hex | D9 | AB | 20 | 0 | 15 | 55 | F | 2D | 4A | 31 |
| Octal | 331 | 253 | 40 | 0 | 25 | 125 | 17 | 55 | 112 | 61 |
| Binary | 11011001 | 10101011 | 100000 | 0 | 10101 | 1010101 | 1111 | 101101 | 1001010 | 110001 |
Color Harmonies of #D9AB20
Complementary color
Monochromatic Colors of #D9AB20
Black with #D9AB20
Text Example
Text Example
White with #D9AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB20; }
p { color: rgb(217,171,32); }
H1.HeaderClassName
{
color: #D9AB20;
}
.AnyTagClassName
{
color: #D9AB20;
}
</style>
background-color css
<style>
a { background-color: #D9AB20; }
a { background-color: rgb(217,171,32); }
div.DivClassName
{
background-color: #D9AB20;
}
.BgClassName
{
background-color: #D9AB20;
}
</style>
border-color css
<style>
span { border-color: #D9AB20; }
span { border-color: rgb(217,171,32); }
td.TdClassName
{
border-color: #D9AB20;
}
.TagClassName
{
border-color: #D9AB20;
}
</style>