Shades of Galliano #D2AD16
Tints of Galliano #D2AD16
RGB
CMYK
RGB Variations
Color information
#D2AD16 (or 0xD2AD16) is known color: Galliano. HEX triplet: D2, AD and 16. RGB value is (210,173,22). Sum of RGB (Red+Green+Blue) = 210+173+22=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AD16 is #2D52E9. Grayscale: #A7A7A7. Windows color (decimal): -2970346 or 1486290. OLE color: 1486290.
HSL color Cylindrical-coordinate representation of color #D2AD16: hue angle of 48.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2AD16 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 22 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.18 |
| HSL | 48.19º | 0.81% | 0.45% | - |
| HSV(B) | 48.19º | 0.9% | 0.82% | - |
| XYZ | 41.67 | 43.65 | 6.99 | - |
| YUV | 166.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 22 | 0 | 0.18 | 0.90 | 0.18 | 48.19 | 0.81 | 0.45 |
| Hex | D2 | AD | 16 | 0 | 12 | 5A | 12 | 30 | 51 | 2D |
| Octal | 322 | 255 | 26 | 0 | 22 | 132 | 22 | 60 | 121 | 55 |
| Binary | 11010010 | 10101101 | 10110 | 0 | 10010 | 1011010 | 10010 | 110000 | 1010001 | 101101 |
Color Harmonies of #D2AD16
Complementary color
Monochromatic Colors of #D2AD16
Black with #D2AD16
Text Example
Text Example
White with #D2AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD16; }
p { color: rgb(210,173,22); }
H1.HeaderClassName
{
color: #D2AD16;
}
.AnyTagClassName
{
color: #D2AD16;
}
</style>
background-color css
<style>
a { background-color: #D2AD16; }
a { background-color: rgb(210,173,22); }
div.DivClassName
{
background-color: #D2AD16;
}
.BgClassName
{
background-color: #D2AD16;
}
</style>
border-color css
<style>
span { border-color: #D2AD16; }
span { border-color: rgb(210,173,22); }
td.TdClassName
{
border-color: #D2AD16;
}
.TagClassName
{
border-color: #D2AD16;
}
</style>