Shades of Galliano #D4AD16
Tints of Galliano #D4AD16
RGB
CMYK
RGB Variations
Color information
#D4AD16 (or 0xD4AD16) is known color: Galliano. HEX triplet: D4, AD and 16. RGB value is (212,173,22). Sum of RGB (Red+Green+Blue) = 212+173+22=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AD16 is #2B52E9. Grayscale: #A8A8A8. Windows color (decimal): -2839274 or 1486292. OLE color: 1486292.
HSL color Cylindrical-coordinate representation of color #D4AD16: hue angle of 47.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4AD16 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 22 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.17 |
| HSL | 47.68º | 0.81% | 0.46% | - |
| HSV(B) | 47.68º | 0.9% | 0.83% | - |
| XYZ | 42.24 | 43.94 | 7.01 | - |
| YUV | 167.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 22 | 0 | 0.18 | 0.90 | 0.17 | 47.68 | 0.81 | 0.46 |
| Hex | D4 | AD | 16 | 0 | 12 | 5A | 11 | 30 | 51 | 2E |
| Octal | 324 | 255 | 26 | 0 | 22 | 132 | 21 | 60 | 121 | 56 |
| Binary | 11010100 | 10101101 | 10110 | 0 | 10010 | 1011010 | 10001 | 110000 | 1010001 | 101110 |
Color Harmonies of #D4AD16
Complementary color
Monochromatic Colors of #D4AD16
Black with #D4AD16
Text Example
Text Example
White with #D4AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD16; }
p { color: rgb(212,173,22); }
H1.HeaderClassName
{
color: #D4AD16;
}
.AnyTagClassName
{
color: #D4AD16;
}
</style>
background-color css
<style>
a { background-color: #D4AD16; }
a { background-color: rgb(212,173,22); }
div.DivClassName
{
background-color: #D4AD16;
}
.BgClassName
{
background-color: #D4AD16;
}
</style>
border-color css
<style>
span { border-color: #D4AD16; }
span { border-color: rgb(212,173,22); }
td.TdClassName
{
border-color: #D4AD16;
}
.TagClassName
{
border-color: #D4AD16;
}
</style>