Shades of Galliano #D9A92E
Tints of Galliano #D9A92E
RGB
CMYK
RGB Variations
Color information
#D9A92E (or 0xD9A92E) is known color: Galliano. HEX triplet: D9, A9 and 2E. RGB value is (217,169,46). Sum of RGB (Red+Green+Blue) = 217+169+46=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A92E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A92E is #2656D1. Grayscale: #A9A9A9. Windows color (decimal): -2512594 or 3058137. OLE color: 3058137.
HSL color Cylindrical-coordinate representation of color #D9A92E: hue angle of 43.16º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9A92E is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 169 | 46 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.15 |
| HSL | 43.16º | 0.69% | 0.52% | - |
| HSV(B) | 43.16º | 0.79% | 0.85% | - |
| XYZ | 43.3 | 43.32 | 8.67 | - |
| YUV | 169.33 | 58.4 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 46 | 0 | 0.22 | 0.79 | 0.15 | 43.16 | 0.69 | 0.52 |
| Hex | D9 | A9 | 2E | 0 | 16 | 4F | F | 2B | 45 | 34 |
| Octal | 331 | 251 | 56 | 0 | 26 | 117 | 17 | 53 | 105 | 64 |
| Binary | 11011001 | 10101001 | 101110 | 0 | 10110 | 1001111 | 1111 | 101011 | 1000101 | 110100 |
Color Harmonies of #D9A92E
Complementary color
Monochromatic Colors of #D9A92E
Black with #D9A92E
Text Example
Text Example
White with #D9A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A92E; }
p { color: rgb(217,169,46); }
H1.HeaderClassName
{
color: #D9A92E;
}
.AnyTagClassName
{
color: #D9A92E;
}
</style>
background-color css
<style>
a { background-color: #D9A92E; }
a { background-color: rgb(217,169,46); }
div.DivClassName
{
background-color: #D9A92E;
}
.BgClassName
{
background-color: #D9A92E;
}
</style>
border-color css
<style>
span { border-color: #D9A92E; }
span { border-color: rgb(217,169,46); }
td.TdClassName
{
border-color: #D9A92E;
}
.TagClassName
{
border-color: #D9A92E;
}
</style>