Shades of Galliano #D2AA28
Tints of Galliano #D2AA28
RGB
CMYK
RGB Variations
Color information
#D2AA28 (or 0xD2AA28) is known color: Galliano. HEX triplet: D2, AA and 28. RGB value is (210,170,40). Sum of RGB (Red+Green+Blue) = 210+170+40=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AA28 is #2D55D7. Grayscale: #A7A7A7. Windows color (decimal): -2971096 or 2665170. OLE color: 2665170.
HSL color Cylindrical-coordinate representation of color #D2AA28: hue angle of 45.88º 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 #D2AA28 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 40 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.18 |
| HSL | 45.88º | 0.68% | 0.49% | - |
| HSV(B) | 45.88º | 0.81% | 0.82% | - |
| XYZ | 41.34 | 42.6 | 8.05 | - |
| YUV | 167.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 40 | 0 | 0.19 | 0.81 | 0.18 | 45.88 | 0.68 | 0.49 |
| Hex | D2 | AA | 28 | 0 | 13 | 51 | 12 | 2E | 44 | 31 |
| Octal | 322 | 252 | 50 | 0 | 23 | 121 | 22 | 56 | 104 | 61 |
| Binary | 11010010 | 10101010 | 101000 | 0 | 10011 | 1010001 | 10010 | 101110 | 1000100 | 110001 |
Color Harmonies of #D2AA28
Complementary color
Monochromatic Colors of #D2AA28
Black with #D2AA28
Text Example
Text Example
White with #D2AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA28; }
p { color: rgb(210,170,40); }
H1.HeaderClassName
{
color: #D2AA28;
}
.AnyTagClassName
{
color: #D2AA28;
}
</style>
background-color css
<style>
a { background-color: #D2AA28; }
a { background-color: rgb(210,170,40); }
div.DivClassName
{
background-color: #D2AA28;
}
.BgClassName
{
background-color: #D2AA28;
}
</style>
border-color css
<style>
span { border-color: #D2AA28; }
span { border-color: rgb(210,170,40); }
td.TdClassName
{
border-color: #D2AA28;
}
.TagClassName
{
border-color: #D2AA28;
}
</style>