Shades of Galliano #D2AA22
Tints of Galliano #D2AA22
RGB
CMYK
RGB Variations
Color information
#D2AA22 (or 0xD2AA22) is known color: Galliano. HEX triplet: D2, AA and 22. RGB value is (210,170,34). Sum of RGB (Red+Green+Blue) = 210+170+34=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA22 is #2D55DD. Grayscale: #A7A7A7. Windows color (decimal): -2971102 or 2271954. OLE color: 2271954.
HSL color Cylindrical-coordinate representation of color #D2AA22: hue angle of 46.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2AA22 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 34 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.18 |
| HSL | 46.36º | 0.72% | 0.48% | - |
| HSV(B) | 46.36º | 0.84% | 0.82% | - |
| XYZ | 41.24 | 42.57 | 7.56 | - |
| YUV | 166.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 34 | 0 | 0.19 | 0.84 | 0.18 | 46.36 | 0.72 | 0.48 |
| Hex | D2 | AA | 22 | 0 | 13 | 54 | 12 | 2E | 48 | 30 |
| Octal | 322 | 252 | 42 | 0 | 23 | 124 | 22 | 56 | 110 | 60 |
| Binary | 11010010 | 10101010 | 100010 | 0 | 10011 | 1010100 | 10010 | 101110 | 1001000 | 110000 |
Color Harmonies of #D2AA22
Complementary color
Monochromatic Colors of #D2AA22
Black with #D2AA22
Text Example
Text Example
White with #D2AA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA22; }
p { color: rgb(210,170,34); }
H1.HeaderClassName
{
color: #D2AA22;
}
.AnyTagClassName
{
color: #D2AA22;
}
</style>
background-color css
<style>
a { background-color: #D2AA22; }
a { background-color: rgb(210,170,34); }
div.DivClassName
{
background-color: #D2AA22;
}
.BgClassName
{
background-color: #D2AA22;
}
</style>
border-color css
<style>
span { border-color: #D2AA22; }
span { border-color: rgb(210,170,34); }
td.TdClassName
{
border-color: #D2AA22;
}
.TagClassName
{
border-color: #D2AA22;
}
</style>