Shades of Galliano #D9AA22
Tints of Galliano #D9AA22
RGB
CMYK
RGB Variations
Color information
#D9AA22 (or 0xD9AA22) is known color: Galliano. HEX triplet: D9, AA and 22. RGB value is (217,170,34). Sum of RGB (Red+Green+Blue) = 217+170+34=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AA22 is #2655DD. Grayscale: #A9A9A9. Windows color (decimal): -2512350 or 2271961. OLE color: 2271961.
HSL color Cylindrical-coordinate representation of color #D9AA22: hue angle of 44.59º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9AA22 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 34 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.15 |
| HSL | 44.59º | 0.73% | 0.49% | - |
| HSV(B) | 44.59º | 0.84% | 0.85% | - |
| XYZ | 43.28 | 43.62 | 7.65 | - |
| YUV | 168.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 34 | 0 | 0.22 | 0.84 | 0.15 | 44.59 | 0.73 | 0.49 |
| Hex | D9 | AA | 22 | 0 | 16 | 54 | F | 2D | 49 | 31 |
| Octal | 331 | 252 | 42 | 0 | 26 | 124 | 17 | 55 | 111 | 61 |
| Binary | 11011001 | 10101010 | 100010 | 0 | 10110 | 1010100 | 1111 | 101101 | 1001001 | 110001 |
Color Harmonies of #D9AA22
Complementary color
Monochromatic Colors of #D9AA22
Black with #D9AA22
Text Example
Text Example
White with #D9AA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA22; }
p { color: rgb(217,170,34); }
H1.HeaderClassName
{
color: #D9AA22;
}
.AnyTagClassName
{
color: #D9AA22;
}
</style>
background-color css
<style>
a { background-color: #D9AA22; }
a { background-color: rgb(217,170,34); }
div.DivClassName
{
background-color: #D9AA22;
}
.BgClassName
{
background-color: #D9AA22;
}
</style>
border-color css
<style>
span { border-color: #D9AA22; }
span { border-color: rgb(217,170,34); }
td.TdClassName
{
border-color: #D9AA22;
}
.TagClassName
{
border-color: #D9AA22;
}
</style>