Shades of Galliano #D9A429
Tints of Galliano #D9A429
RGB
CMYK
RGB Variations
Color information
#D9A429 (or 0xD9A429) is known color: Galliano. HEX triplet: D9, A4 and 29. RGB value is (217,164,41). Sum of RGB (Red+Green+Blue) = 217+164+41=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A429 is #265BD6. Grayscale: #A6A6A6. Windows color (decimal): -2513879 or 2729177. OLE color: 2729177.
HSL color Cylindrical-coordinate representation of color #D9A429: hue angle of 41.93º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9A429 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 41 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.15 |
| HSL | 41.93º | 0.7% | 0.51% | - |
| HSV(B) | 41.93º | 0.81% | 0.85% | - |
| XYZ | 42.29 | 41.46 | 7.87 | - |
| YUV | 165.83 | 57.56 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 41 | 0 | 0.24 | 0.81 | 0.15 | 41.93 | 0.7 | 0.51 |
| Hex | D9 | A4 | 29 | 0 | 18 | 51 | F | 2A | 46 | 33 |
| Octal | 331 | 244 | 51 | 0 | 30 | 121 | 17 | 52 | 106 | 63 |
| Binary | 11011001 | 10100100 | 101001 | 0 | 11000 | 1010001 | 1111 | 101010 | 1000110 | 110011 |
Color Harmonies of #D9A429
Complementary color
Monochromatic Colors of #D9A429
Black with #D9A429
Text Example
Text Example
White with #D9A429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A429; }
p { color: rgb(217,164,41); }
H1.HeaderClassName
{
color: #D9A429;
}
.AnyTagClassName
{
color: #D9A429;
}
</style>
background-color css
<style>
a { background-color: #D9A429; }
a { background-color: rgb(217,164,41); }
div.DivClassName
{
background-color: #D9A429;
}
.BgClassName
{
background-color: #D9A429;
}
</style>
border-color css
<style>
span { border-color: #D9A429; }
span { border-color: rgb(217,164,41); }
td.TdClassName
{
border-color: #D9A429;
}
.TagClassName
{
border-color: #D9A429;
}
</style>