Shades of Galliano #D9A828
Tints of Galliano #D9A828
RGB
CMYK
RGB Variations
Color information
#D9A828 (or 0xD9A828) is known color: Galliano. HEX triplet: D9, A8 and 28. RGB value is (217,168,40). Sum of RGB (Red+Green+Blue) = 217+168+40=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A828 is #2657D7. Grayscale: #A8A8A8. Windows color (decimal): -2512856 or 2664665. OLE color: 2664665.
HSL color Cylindrical-coordinate representation of color #D9A828: hue angle of 43.39º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9A828 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 40 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.15 |
| HSL | 43.39º | 0.7% | 0.5% | - |
| HSV(B) | 43.39º | 0.82% | 0.85% | - |
| XYZ | 43 | 42.91 | 8.02 | - |
| YUV | 168.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 40 | 0 | 0.23 | 0.82 | 0.15 | 43.39 | 0.7 | 0.5 |
| Hex | D9 | A8 | 28 | 0 | 17 | 52 | F | 2B | 46 | 32 |
| Octal | 331 | 250 | 50 | 0 | 27 | 122 | 17 | 53 | 106 | 62 |
| Binary | 11011001 | 10101000 | 101000 | 0 | 10111 | 1010010 | 1111 | 101011 | 1000110 | 110010 |
Color Harmonies of #D9A828
Complementary color
Monochromatic Colors of #D9A828
Black with #D9A828
Text Example
Text Example
White with #D9A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A828; }
p { color: rgb(217,168,40); }
H1.HeaderClassName
{
color: #D9A828;
}
.AnyTagClassName
{
color: #D9A828;
}
</style>
background-color css
<style>
a { background-color: #D9A828; }
a { background-color: rgb(217,168,40); }
div.DivClassName
{
background-color: #D9A828;
}
.BgClassName
{
background-color: #D9A828;
}
</style>
border-color css
<style>
span { border-color: #D9A828; }
span { border-color: rgb(217,168,40); }
td.TdClassName
{
border-color: #D9A828;
}
.TagClassName
{
border-color: #D9A828;
}
</style>