Shades of Galliano #D7A315
Tints of Galliano #D7A315
RGB
CMYK
RGB Variations
Color information
#D7A315 (or 0xD7A315) is known color: Galliano. HEX triplet: D7, A3 and 15. RGB value is (215,163,21). Sum of RGB (Red+Green+Blue) = 215+163+21=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A315 is #285CEA. Grayscale: #A2A2A2. Windows color (decimal): -2645227 or 1418199. OLE color: 1418199.
HSL color Cylindrical-coordinate representation of color #D7A315: hue angle of 43.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7A315 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 21 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.16 |
| HSL | 43.92º | 0.82% | 0.46% | - |
| HSV(B) | 43.92º | 0.9% | 0.84% | - |
| XYZ | 41.26 | 40.7 | 6.39 | - |
| YUV | 162.36 | 48.23 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 21 | 0 | 0.24 | 0.90 | 0.16 | 43.92 | 0.82 | 0.46 |
| Hex | D7 | A3 | 15 | 0 | 18 | 5A | 10 | 2C | 52 | 2E |
| Octal | 327 | 243 | 25 | 0 | 30 | 132 | 20 | 54 | 122 | 56 |
| Binary | 11010111 | 10100011 | 10101 | 0 | 11000 | 1011010 | 10000 | 101100 | 1010010 | 101110 |
Color Harmonies of #D7A315
Complementary color
Monochromatic Colors of #D7A315
Black with #D7A315
Text Example
Text Example
White with #D7A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A315; }
p { color: rgb(215,163,21); }
H1.HeaderClassName
{
color: #D7A315;
}
.AnyTagClassName
{
color: #D7A315;
}
</style>
background-color css
<style>
a { background-color: #D7A315; }
a { background-color: rgb(215,163,21); }
div.DivClassName
{
background-color: #D7A315;
}
.BgClassName
{
background-color: #D7A315;
}
</style>
border-color css
<style>
span { border-color: #D7A315; }
span { border-color: rgb(215,163,21); }
td.TdClassName
{
border-color: #D7A315;
}
.TagClassName
{
border-color: #D7A315;
}
</style>