Shades of Galliano #D2AA18
Tints of Galliano #D2AA18
RGB
CMYK
RGB Variations
Color information
#D2AA18 (or 0xD2AA18) is known color: Galliano. HEX triplet: D2, AA and 18. RGB value is (210,170,24). Sum of RGB (Red+Green+Blue) = 210+170+24=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AA18 is #2D55E7. Grayscale: #A5A5A5. Windows color (decimal): -2971112 or 1616594. OLE color: 1616594.
HSL color Cylindrical-coordinate representation of color #D2AA18: hue angle of 47.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2AA18 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 24 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.18 |
| HSL | 47.1º | 0.79% | 0.46% | - |
| HSV(B) | 47.1º | 0.89% | 0.82% | - |
| XYZ | 41.12 | 42.52 | 6.9 | - |
| YUV | 165.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 24 | 0 | 0.19 | 0.89 | 0.18 | 47.1 | 0.79 | 0.46 |
| Hex | D2 | AA | 18 | 0 | 13 | 59 | 12 | 2F | 4F | 2E |
| Octal | 322 | 252 | 30 | 0 | 23 | 131 | 22 | 57 | 117 | 56 |
| Binary | 11010010 | 10101010 | 11000 | 0 | 10011 | 1011001 | 10010 | 101111 | 1001111 | 101110 |
Color Harmonies of #D2AA18
Complementary color
Monochromatic Colors of #D2AA18
Black with #D2AA18
Text Example
Text Example
White with #D2AA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA18; }
p { color: rgb(210,170,24); }
H1.HeaderClassName
{
color: #D2AA18;
}
.AnyTagClassName
{
color: #D2AA18;
}
</style>
background-color css
<style>
a { background-color: #D2AA18; }
a { background-color: rgb(210,170,24); }
div.DivClassName
{
background-color: #D2AA18;
}
.BgClassName
{
background-color: #D2AA18;
}
</style>
border-color css
<style>
span { border-color: #D2AA18; }
span { border-color: rgb(210,170,24); }
td.TdClassName
{
border-color: #D2AA18;
}
.TagClassName
{
border-color: #D2AA18;
}
</style>