Shades of Galliano #D9A02D
Tints of Galliano #D9A02D
RGB
CMYK
RGB Variations
Color information
#D9A02D (or 0xD9A02D) is known color: Galliano. HEX triplet: D9, A0 and 2D. RGB value is (217,160,45). Sum of RGB (Red+Green+Blue) = 217+160+45=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A02D is #265FD2. Grayscale: #A4A4A4. Windows color (decimal): -2514899 or 2990297. OLE color: 2990297.
HSL color Cylindrical-coordinate representation of color #D9A02D: hue angle of 40.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9A02D is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 45 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.15 |
| HSL | 40.12º | 0.69% | 0.51% | - |
| HSV(B) | 40.12º | 0.79% | 0.85% | - |
| XYZ | 41.66 | 40.08 | 8.02 | - |
| YUV | 163.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 45 | 0 | 0.26 | 0.79 | 0.15 | 40.12 | 0.69 | 0.51 |
| Hex | D9 | A0 | 2D | 0 | 1A | 4F | F | 28 | 45 | 33 |
| Octal | 331 | 240 | 55 | 0 | 32 | 117 | 17 | 50 | 105 | 63 |
| Binary | 11011001 | 10100000 | 101101 | 0 | 11010 | 1001111 | 1111 | 101000 | 1000101 | 110011 |
Color Harmonies of #D9A02D
Complementary color
Monochromatic Colors of #D9A02D
Black with #D9A02D
Text Example
Text Example
White with #D9A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A02D; }
p { color: rgb(217,160,45); }
H1.HeaderClassName
{
color: #D9A02D;
}
.AnyTagClassName
{
color: #D9A02D;
}
</style>
background-color css
<style>
a { background-color: #D9A02D; }
a { background-color: rgb(217,160,45); }
div.DivClassName
{
background-color: #D9A02D;
}
.BgClassName
{
background-color: #D9A02D;
}
</style>
border-color css
<style>
span { border-color: #D9A02D; }
span { border-color: rgb(217,160,45); }
td.TdClassName
{
border-color: #D9A02D;
}
.TagClassName
{
border-color: #D9A02D;
}
</style>