Shades of Galliano #D6AD17
Tints of Galliano #D6AD17
RGB
CMYK
RGB Variations
Color information
#D6AD17 (or 0xD6AD17) is known color: Galliano. HEX triplet: D6, AD and 17. RGB value is (214,173,23). Sum of RGB (Red+Green+Blue) = 214+173+23=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AD17 is #2952E8. Grayscale: #A8A8A8. Windows color (decimal): -2708201 or 1551830. OLE color: 1551830.
HSL color Cylindrical-coordinate representation of color #D6AD17: hue angle of 47.12º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6AD17 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 23 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.16 |
| HSL | 47.12º | 0.81% | 0.46% | - |
| HSV(B) | 47.12º | 0.89% | 0.84% | - |
| XYZ | 42.83 | 44.25 | 7.09 | - |
| YUV | 168.16 | 46.08 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 23 | 0 | 0.19 | 0.89 | 0.16 | 47.12 | 0.81 | 0.46 |
| Hex | D6 | AD | 17 | 0 | 13 | 59 | 10 | 2F | 51 | 2E |
| Octal | 326 | 255 | 27 | 0 | 23 | 131 | 20 | 57 | 121 | 56 |
| Binary | 11010110 | 10101101 | 10111 | 0 | 10011 | 1011001 | 10000 | 101111 | 1010001 | 101110 |
Color Harmonies of #D6AD17
Complementary color
Monochromatic Colors of #D6AD17
Black with #D6AD17
Text Example
Text Example
White with #D6AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD17; }
p { color: rgb(214,173,23); }
H1.HeaderClassName
{
color: #D6AD17;
}
.AnyTagClassName
{
color: #D6AD17;
}
</style>
background-color css
<style>
a { background-color: #D6AD17; }
a { background-color: rgb(214,173,23); }
div.DivClassName
{
background-color: #D6AD17;
}
.BgClassName
{
background-color: #D6AD17;
}
</style>
border-color css
<style>
span { border-color: #D6AD17; }
span { border-color: rgb(214,173,23); }
td.TdClassName
{
border-color: #D6AD17;
}
.TagClassName
{
border-color: #D6AD17;
}
</style>