Shades of Galliano #D6AA29
Tints of Galliano #D6AA29
RGB
CMYK
RGB Variations
Color information
#D6AA29 (or 0xD6AA29) is known color: Galliano. HEX triplet: D6, AA and 29. RGB value is (214,170,41). Sum of RGB (Red+Green+Blue) = 214+170+41=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA29 is #2955D6. Grayscale: #A9A9A9. Windows color (decimal): -2708951 or 2730710. OLE color: 2730710.
HSL color Cylindrical-coordinate representation of color #D6AA29: hue angle of 44.74º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6AA29 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 41 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.16 |
| HSL | 44.74º | 0.68% | 0.5% | - |
| HSV(B) | 44.74º | 0.81% | 0.84% | - |
| XYZ | 42.51 | 43.21 | 8.2 | - |
| YUV | 168.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 41 | 0 | 0.21 | 0.81 | 0.16 | 44.74 | 0.68 | 0.5 |
| Hex | D6 | AA | 29 | 0 | 15 | 51 | 10 | 2D | 44 | 32 |
| Octal | 326 | 252 | 51 | 0 | 25 | 121 | 20 | 55 | 104 | 62 |
| Binary | 11010110 | 10101010 | 101001 | 0 | 10101 | 1010001 | 10000 | 101101 | 1000100 | 110010 |
Color Harmonies of #D6AA29
Complementary color
Monochromatic Colors of #D6AA29
Black with #D6AA29
Text Example
Text Example
White with #D6AA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA29; }
p { color: rgb(214,170,41); }
H1.HeaderClassName
{
color: #D6AA29;
}
.AnyTagClassName
{
color: #D6AA29;
}
</style>
background-color css
<style>
a { background-color: #D6AA29; }
a { background-color: rgb(214,170,41); }
div.DivClassName
{
background-color: #D6AA29;
}
.BgClassName
{
background-color: #D6AA29;
}
</style>
border-color css
<style>
span { border-color: #D6AA29; }
span { border-color: rgb(214,170,41); }
td.TdClassName
{
border-color: #D6AA29;
}
.TagClassName
{
border-color: #D6AA29;
}
</style>