Shades of Galliano #D0AA29
Tints of Galliano #D0AA29
RGB
CMYK
RGB Variations
Color information
#D0AA29 (or 0xD0AA29) is known color: Galliano. HEX triplet: D0, AA and 29. RGB value is (208,170,41). Sum of RGB (Red+Green+Blue) = 208+170+41=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA29 is #2F55D6. Grayscale: #A7A7A7. Windows color (decimal): -3102167 or 2730704. OLE color: 2730704.
HSL color Cylindrical-coordinate representation of color #D0AA29: hue angle of 46.35º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0AA29 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 41 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.18 |
| HSL | 46.35º | 0.67% | 0.49% | - |
| HSV(B) | 46.35º | 0.8% | 0.82% | - |
| XYZ | 40.79 | 42.32 | 8.12 | - |
| YUV | 166.66 | 57.09 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 41 | 0 | 0.18 | 0.80 | 0.18 | 46.35 | 0.67 | 0.49 |
| Hex | D0 | AA | 29 | 0 | 12 | 50 | 12 | 2E | 43 | 31 |
| Octal | 320 | 252 | 51 | 0 | 22 | 120 | 22 | 56 | 103 | 61 |
| Binary | 11010000 | 10101010 | 101001 | 0 | 10010 | 1010000 | 10010 | 101110 | 1000011 | 110001 |
Color Harmonies of #D0AA29
Complementary color
Monochromatic Colors of #D0AA29
Black with #D0AA29
Text Example
Text Example
White with #D0AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA29; }
p { color: rgb(208,170,41); }
H1.HeaderClassName
{
color: #D0AA29;
}
.AnyTagClassName
{
color: #D0AA29;
}
</style>
background-color css
<style>
a { background-color: #D0AA29; }
a { background-color: rgb(208,170,41); }
div.DivClassName
{
background-color: #D0AA29;
}
.BgClassName
{
background-color: #D0AA29;
}
</style>
border-color css
<style>
span { border-color: #D0AA29; }
span { border-color: rgb(208,170,41); }
td.TdClassName
{
border-color: #D0AA29;
}
.TagClassName
{
border-color: #D0AA29;
}
</style>