Shades of Galliano #D9AD10
Tints of Galliano #D9AD10
RGB
CMYK
RGB Variations
Color information
#D9AD10 (or 0xD9AD10) is known color: Galliano. HEX triplet: D9, AD and 10. RGB value is (217,173,16). Sum of RGB (Red+Green+Blue) = 217+173+16=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD10 is #2652EF. Grayscale: #A8A8A8. Windows color (decimal): -2511600 or 1093081. OLE color: 1093081.
HSL color Cylindrical-coordinate representation of color #D9AD10: hue angle of 46.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9AD10 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.15 |
| HSL | 46.87º | 0.86% | 0.46% | - |
| HSV(B) | 46.87º | 0.93% | 0.85% | - |
| XYZ | 43.65 | 44.68 | 6.81 | - |
| YUV | 168.26 | 42.08 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 16 | 0 | 0.20 | 0.93 | 0.15 | 46.87 | 0.86 | 0.46 |
| Hex | D9 | AD | 10 | 0 | 14 | 5D | F | 2F | 56 | 2E |
| Octal | 331 | 255 | 20 | 0 | 24 | 135 | 17 | 57 | 126 | 56 |
| Binary | 11011001 | 10101101 | 10000 | 0 | 10100 | 1011101 | 1111 | 101111 | 1010110 | 101110 |
Color Harmonies of #D9AD10
Complementary color
Monochromatic Colors of #D9AD10
Black with #D9AD10
Text Example
Text Example
White with #D9AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD10; }
p { color: rgb(217,173,16); }
H1.HeaderClassName
{
color: #D9AD10;
}
.AnyTagClassName
{
color: #D9AD10;
}
</style>
background-color css
<style>
a { background-color: #D9AD10; }
a { background-color: rgb(217,173,16); }
div.DivClassName
{
background-color: #D9AD10;
}
.BgClassName
{
background-color: #D9AD10;
}
</style>
border-color css
<style>
span { border-color: #D9AD10; }
span { border-color: rgb(217,173,16); }
td.TdClassName
{
border-color: #D9AD10;
}
.TagClassName
{
border-color: #D9AD10;
}
</style>