Shades of Galliano #D9A623
Tints of Galliano #D9A623
RGB
CMYK
RGB Variations
Color information
#D9A623 (or 0xD9A623) is known color: Galliano. HEX triplet: D9, A6 and 23. RGB value is (217,166,35). Sum of RGB (Red+Green+Blue) = 217+166+35=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A623 is #2659DC. Grayscale: #A6A6A6. Windows color (decimal): -2513373 or 2336473. OLE color: 2336473.
HSL color Cylindrical-coordinate representation of color #D9A623: hue angle of 43.19º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9A623 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 35 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.15 |
| HSL | 43.19º | 0.72% | 0.49% | - |
| HSV(B) | 43.19º | 0.84% | 0.85% | - |
| XYZ | 42.55 | 42.15 | 7.48 | - |
| YUV | 166.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 35 | 0 | 0.24 | 0.84 | 0.15 | 43.19 | 0.72 | 0.49 |
| Hex | D9 | A6 | 23 | 0 | 18 | 54 | F | 2B | 48 | 31 |
| Octal | 331 | 246 | 43 | 0 | 30 | 124 | 17 | 53 | 110 | 61 |
| Binary | 11011001 | 10100110 | 100011 | 0 | 11000 | 1010100 | 1111 | 101011 | 1001000 | 110001 |
Color Harmonies of #D9A623
Complementary color
Monochromatic Colors of #D9A623
Black with #D9A623
Text Example
Text Example
White with #D9A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A623; }
p { color: rgb(217,166,35); }
H1.HeaderClassName
{
color: #D9A623;
}
.AnyTagClassName
{
color: #D9A623;
}
</style>
background-color css
<style>
a { background-color: #D9A623; }
a { background-color: rgb(217,166,35); }
div.DivClassName
{
background-color: #D9A623;
}
.BgClassName
{
background-color: #D9A623;
}
</style>
border-color css
<style>
span { border-color: #D9A623; }
span { border-color: rgb(217,166,35); }
td.TdClassName
{
border-color: #D9A623;
}
.TagClassName
{
border-color: #D9A623;
}
</style>