Shades of Galliano #D9AA2B
Tints of Galliano #D9AA2B
RGB
CMYK
RGB Variations
Color information
#D9AA2B (or 0xD9AA2B) is known color: Galliano. HEX triplet: D9, AA and 2B. RGB value is (217,170,43). Sum of RGB (Red+Green+Blue) = 217+170+43=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AA2B is #2655D4. Grayscale: #AAAAAA. Windows color (decimal): -2512341 or 2861785. OLE color: 2861785.
HSL color Cylindrical-coordinate representation of color #D9AA2B: hue angle of 43.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9AA2B is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 43 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.15 |
| HSL | 43.79º | 0.7% | 0.51% | - |
| HSV(B) | 43.79º | 0.8% | 0.85% | - |
| XYZ | 43.43 | 43.68 | 8.43 | - |
| YUV | 169.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 43 | 0 | 0.22 | 0.80 | 0.15 | 43.79 | 0.7 | 0.51 |
| Hex | D9 | AA | 2B | 0 | 16 | 50 | F | 2C | 46 | 33 |
| Octal | 331 | 252 | 53 | 0 | 26 | 120 | 17 | 54 | 106 | 63 |
| Binary | 11011001 | 10101010 | 101011 | 0 | 10110 | 1010000 | 1111 | 101100 | 1000110 | 110011 |
Color Harmonies of #D9AA2B
Complementary color
Monochromatic Colors of #D9AA2B
Black with #D9AA2B
Text Example
Text Example
White with #D9AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA2B; }
p { color: rgb(217,170,43); }
H1.HeaderClassName
{
color: #D9AA2B;
}
.AnyTagClassName
{
color: #D9AA2B;
}
</style>
background-color css
<style>
a { background-color: #D9AA2B; }
a { background-color: rgb(217,170,43); }
div.DivClassName
{
background-color: #D9AA2B;
}
.BgClassName
{
background-color: #D9AA2B;
}
</style>
border-color css
<style>
span { border-color: #D9AA2B; }
span { border-color: rgb(217,170,43); }
td.TdClassName
{
border-color: #D9AA2B;
}
.TagClassName
{
border-color: #D9AA2B;
}
</style>