Shades of Galliano #D8A829
Tints of Galliano #D8A829
RGB
CMYK
RGB Variations
Color information
#D8A829 (or 0xD8A829) is known color: Galliano. HEX triplet: D8, A8 and 29. RGB value is (216,168,41). Sum of RGB (Red+Green+Blue) = 216+168+41=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A829 is #2757D6. Grayscale: #A8A8A8. Windows color (decimal): -2578391 or 2730200. OLE color: 2730200.
HSL color Cylindrical-coordinate representation of color #D8A829: hue angle of 43.54º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8A829 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 41 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.15 |
| HSL | 43.54º | 0.69% | 0.5% | - |
| HSV(B) | 43.54º | 0.81% | 0.85% | - |
| XYZ | 42.72 | 42.76 | 8.1 | - |
| YUV | 167.87 | 56.4 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 41 | 0 | 0.22 | 0.81 | 0.15 | 43.54 | 0.69 | 0.5 |
| Hex | D8 | A8 | 29 | 0 | 16 | 51 | F | 2C | 45 | 32 |
| Octal | 330 | 250 | 51 | 0 | 26 | 121 | 17 | 54 | 105 | 62 |
| Binary | 11011000 | 10101000 | 101001 | 0 | 10110 | 1010001 | 1111 | 101100 | 1000101 | 110010 |
Color Harmonies of #D8A829
Complementary color
Monochromatic Colors of #D8A829
Black with #D8A829
Text Example
Text Example
White with #D8A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A829; }
p { color: rgb(216,168,41); }
H1.HeaderClassName
{
color: #D8A829;
}
.AnyTagClassName
{
color: #D8A829;
}
</style>
background-color css
<style>
a { background-color: #D8A829; }
a { background-color: rgb(216,168,41); }
div.DivClassName
{
background-color: #D8A829;
}
.BgClassName
{
background-color: #D8A829;
}
</style>
border-color css
<style>
span { border-color: #D8A829; }
span { border-color: rgb(216,168,41); }
td.TdClassName
{
border-color: #D8A829;
}
.TagClassName
{
border-color: #D8A829;
}
</style>