Shades of Galliano #D9A82F
Tints of Galliano #D9A82F
RGB
CMYK
RGB Variations
Color information
#D9A82F (or 0xD9A82F) is known color: Galliano. HEX triplet: D9, A8 and 2F. RGB value is (217,168,47). Sum of RGB (Red+Green+Blue) = 217+168+47=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A82F is #2657D0. Grayscale: #A9A9A9. Windows color (decimal): -2512849 or 3123417. OLE color: 3123417.
HSL color Cylindrical-coordinate representation of color #D9A82F: hue angle of 42.71º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9A82F is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 168 | 47 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.15 |
| HSL | 42.71º | 0.69% | 0.52% | - |
| HSV(B) | 42.71º | 0.78% | 0.85% | - |
| XYZ | 43.13 | 42.96 | 8.71 | - |
| YUV | 168.86 | 59.23 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 47 | 0 | 0.23 | 0.78 | 0.15 | 42.71 | 0.69 | 0.52 |
| Hex | D9 | A8 | 2F | 0 | 17 | 4E | F | 2B | 45 | 34 |
| Octal | 331 | 250 | 57 | 0 | 27 | 116 | 17 | 53 | 105 | 64 |
| Binary | 11011001 | 10101000 | 101111 | 0 | 10111 | 1001110 | 1111 | 101011 | 1000101 | 110100 |
Color Harmonies of #D9A82F
Complementary color
Monochromatic Colors of #D9A82F
Black with #D9A82F
Text Example
Text Example
White with #D9A82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A82F; }
p { color: rgb(217,168,47); }
H1.HeaderClassName
{
color: #D9A82F;
}
.AnyTagClassName
{
color: #D9A82F;
}
</style>
background-color css
<style>
a { background-color: #D9A82F; }
a { background-color: rgb(217,168,47); }
div.DivClassName
{
background-color: #D9A82F;
}
.BgClassName
{
background-color: #D9A82F;
}
</style>
border-color css
<style>
span { border-color: #D9A82F; }
span { border-color: rgb(217,168,47); }
td.TdClassName
{
border-color: #D9A82F;
}
.TagClassName
{
border-color: #D9A82F;
}
</style>