Shades of Galliano #D7AD17
Tints of Galliano #D7AD17
RGB
CMYK
RGB Variations
Color information
#D7AD17 (or 0xD7AD17) is known color: Galliano. HEX triplet: D7, AD and 17. RGB value is (215,173,23). Sum of RGB (Red+Green+Blue) = 215+173+23=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AD17 is #2852E8. Grayscale: #A9A9A9. Windows color (decimal): -2642665 or 1551831. OLE color: 1551831.
HSL color Cylindrical-coordinate representation of color #D7AD17: hue angle of 46.88º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7AD17 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 23 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.16 |
| HSL | 46.88º | 0.81% | 0.47% | - |
| HSV(B) | 46.88º | 0.89% | 0.84% | - |
| XYZ | 43.12 | 44.4 | 7.11 | - |
| YUV | 168.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 23 | 0 | 0.20 | 0.89 | 0.16 | 46.88 | 0.81 | 0.47 |
| Hex | D7 | AD | 17 | 0 | 14 | 59 | 10 | 2F | 51 | 2F |
| Octal | 327 | 255 | 27 | 0 | 24 | 131 | 20 | 57 | 121 | 57 |
| Binary | 11010111 | 10101101 | 10111 | 0 | 10100 | 1011001 | 10000 | 101111 | 1010001 | 101111 |
Color Harmonies of #D7AD17
Complementary color
Monochromatic Colors of #D7AD17
Black with #D7AD17
Text Example
Text Example
White with #D7AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD17; }
p { color: rgb(215,173,23); }
H1.HeaderClassName
{
color: #D7AD17;
}
.AnyTagClassName
{
color: #D7AD17;
}
</style>
background-color css
<style>
a { background-color: #D7AD17; }
a { background-color: rgb(215,173,23); }
div.DivClassName
{
background-color: #D7AD17;
}
.BgClassName
{
background-color: #D7AD17;
}
</style>
border-color css
<style>
span { border-color: #D7AD17; }
span { border-color: rgb(215,173,23); }
td.TdClassName
{
border-color: #D7AD17;
}
.TagClassName
{
border-color: #D7AD17;
}
</style>