Shades of Galliano #D9A729
Tints of Galliano #D9A729
RGB
CMYK
RGB Variations
Color information
#D9A729 (or 0xD9A729) is known color: Galliano. HEX triplet: D9, A7 and 29. RGB value is (217,167,41). Sum of RGB (Red+Green+Blue) = 217+167+41=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A729 is #2658D6. Grayscale: #A8A8A8. Windows color (decimal): -2513111 or 2729945. OLE color: 2729945.
HSL color Cylindrical-coordinate representation of color #D9A729: hue angle of 42.95º 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 #D9A729 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 167 | 41 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.15 |
| HSL | 42.95º | 0.7% | 0.51% | - |
| HSV(B) | 42.95º | 0.81% | 0.85% | - |
| XYZ | 42.83 | 42.55 | 8.05 | - |
| YUV | 167.59 | 56.57 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 41 | 0 | 0.23 | 0.81 | 0.15 | 42.95 | 0.7 | 0.51 |
| Hex | D9 | A7 | 29 | 0 | 17 | 51 | F | 2B | 46 | 33 |
| Octal | 331 | 247 | 51 | 0 | 27 | 121 | 17 | 53 | 106 | 63 |
| Binary | 11011001 | 10100111 | 101001 | 0 | 10111 | 1010001 | 1111 | 101011 | 1000110 | 110011 |
Color Harmonies of #D9A729
Complementary color
Monochromatic Colors of #D9A729
Black with #D9A729
Text Example
Text Example
White with #D9A729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A729; }
p { color: rgb(217,167,41); }
H1.HeaderClassName
{
color: #D9A729;
}
.AnyTagClassName
{
color: #D9A729;
}
</style>
background-color css
<style>
a { background-color: #D9A729; }
a { background-color: rgb(217,167,41); }
div.DivClassName
{
background-color: #D9A729;
}
.BgClassName
{
background-color: #D9A729;
}
</style>
border-color css
<style>
span { border-color: #D9A729; }
span { border-color: rgb(217,167,41); }
td.TdClassName
{
border-color: #D9A729;
}
.TagClassName
{
border-color: #D9A729;
}
</style>