Shades of Galliano #D9A621
Tints of Galliano #D9A621
RGB
CMYK
RGB Variations
Color information
#D9A621 (or 0xD9A621) is known color: Galliano. HEX triplet: D9, A6 and 21. RGB value is (217,166,33). Sum of RGB (Red+Green+Blue) = 217+166+33=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A621 is #2659DE. Grayscale: #A6A6A6. Windows color (decimal): -2513375 or 2205401. OLE color: 2205401.
HSL color Cylindrical-coordinate representation of color #D9A621: hue angle of 43.37º 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 #D9A621 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 33 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.15 |
| HSL | 43.37º | 0.74% | 0.49% | - |
| HSV(B) | 43.37º | 0.85% | 0.85% | - |
| XYZ | 42.53 | 42.13 | 7.33 | - |
| YUV | 166.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 33 | 0 | 0.24 | 0.85 | 0.15 | 43.37 | 0.74 | 0.49 |
| Hex | D9 | A6 | 21 | 0 | 18 | 55 | F | 2B | 4A | 31 |
| Octal | 331 | 246 | 41 | 0 | 30 | 125 | 17 | 53 | 112 | 61 |
| Binary | 11011001 | 10100110 | 100001 | 0 | 11000 | 1010101 | 1111 | 101011 | 1001010 | 110001 |
Color Harmonies of #D9A621
Complementary color
Monochromatic Colors of #D9A621
Black with #D9A621
Text Example
Text Example
White with #D9A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A621; }
p { color: rgb(217,166,33); }
H1.HeaderClassName
{
color: #D9A621;
}
.AnyTagClassName
{
color: #D9A621;
}
</style>
background-color css
<style>
a { background-color: #D9A621; }
a { background-color: rgb(217,166,33); }
div.DivClassName
{
background-color: #D9A621;
}
.BgClassName
{
background-color: #D9A621;
}
</style>
border-color css
<style>
span { border-color: #D9A621; }
span { border-color: rgb(217,166,33); }
td.TdClassName
{
border-color: #D9A621;
}
.TagClassName
{
border-color: #D9A621;
}
</style>