Shades of Galliano #D9A813
Tints of Galliano #D9A813
RGB
CMYK
RGB Variations
Color information
#D9A813 (or 0xD9A813) is known color: Galliano. HEX triplet: D9, A8 and 13. RGB value is (217,168,19). Sum of RGB (Red+Green+Blue) = 217+168+19=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A813 is #2657EC. Grayscale: #A6A6A6. Windows color (decimal): -2512877 or 1288409. OLE color: 1288409.
HSL color Cylindrical-coordinate representation of color #D9A813: hue angle of 45.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9A813 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 19 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.15 |
| HSL | 45.15º | 0.84% | 0.46% | - |
| HSV(B) | 45.15º | 0.91% | 0.85% | - |
| XYZ | 42.74 | 42.8 | 6.63 | - |
| YUV | 165.67 | 45.23 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 19 | 0 | 0.23 | 0.91 | 0.15 | 45.15 | 0.84 | 0.46 |
| Hex | D9 | A8 | 13 | 0 | 17 | 5B | F | 2D | 54 | 2E |
| Octal | 331 | 250 | 23 | 0 | 27 | 133 | 17 | 55 | 124 | 56 |
| Binary | 11011001 | 10101000 | 10011 | 0 | 10111 | 1011011 | 1111 | 101101 | 1010100 | 101110 |
Color Harmonies of #D9A813
Complementary color
Monochromatic Colors of #D9A813
Black with #D9A813
Text Example
Text Example
White with #D9A813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A813; }
p { color: rgb(217,168,19); }
H1.HeaderClassName
{
color: #D9A813;
}
.AnyTagClassName
{
color: #D9A813;
}
</style>
background-color css
<style>
a { background-color: #D9A813; }
a { background-color: rgb(217,168,19); }
div.DivClassName
{
background-color: #D9A813;
}
.BgClassName
{
background-color: #D9A813;
}
</style>
border-color css
<style>
span { border-color: #D9A813; }
span { border-color: rgb(217,168,19); }
td.TdClassName
{
border-color: #D9A813;
}
.TagClassName
{
border-color: #D9A813;
}
</style>