Shades of Galliano #D1AA28
Tints of Galliano #D1AA28
RGB
CMYK
RGB Variations
Color information
#D1AA28 (or 0xD1AA28) is known color: Galliano. HEX triplet: D1, AA and 28. RGB value is (209,170,40). Sum of RGB (Red+Green+Blue) = 209+170+40=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA28 is #2E55D7. Grayscale: #A7A7A7. Windows color (decimal): -3036632 or 2665169. OLE color: 2665169.
HSL color Cylindrical-coordinate representation of color #D1AA28: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1AA28 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 40 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.18 |
| HSL | 46.15º | 0.68% | 0.49% | - |
| HSV(B) | 46.15º | 0.81% | 0.82% | - |
| XYZ | 41.05 | 42.46 | 8.04 | - |
| YUV | 166.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 40 | 0 | 0.19 | 0.81 | 0.18 | 46.15 | 0.68 | 0.49 |
| Hex | D1 | AA | 28 | 0 | 13 | 51 | 12 | 2E | 44 | 31 |
| Octal | 321 | 252 | 50 | 0 | 23 | 121 | 22 | 56 | 104 | 61 |
| Binary | 11010001 | 10101010 | 101000 | 0 | 10011 | 1010001 | 10010 | 101110 | 1000100 | 110001 |
Color Harmonies of #D1AA28
Complementary color
Monochromatic Colors of #D1AA28
Black with #D1AA28
Text Example
Text Example
White with #D1AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA28; }
p { color: rgb(209,170,40); }
H1.HeaderClassName
{
color: #D1AA28;
}
.AnyTagClassName
{
color: #D1AA28;
}
</style>
background-color css
<style>
a { background-color: #D1AA28; }
a { background-color: rgb(209,170,40); }
div.DivClassName
{
background-color: #D1AA28;
}
.BgClassName
{
background-color: #D1AA28;
}
</style>
border-color css
<style>
span { border-color: #D1AA28; }
span { border-color: rgb(209,170,40); }
td.TdClassName
{
border-color: #D1AA28;
}
.TagClassName
{
border-color: #D1AA28;
}
</style>