Shades of Galliano #D7A115
Tints of Galliano #D7A115
RGB
CMYK
RGB Variations
Color information
#D7A115 (or 0xD7A115) is known color: Galliano. HEX triplet: D7, A1 and 15. RGB value is (215,161,21). Sum of RGB (Red+Green+Blue) = 215+161+21=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A115 is #285EEA. Grayscale: #A1A1A1. Windows color (decimal): -2645739 or 1417687. OLE color: 1417687.
HSL color Cylindrical-coordinate representation of color #D7A115: hue angle of 43.3º 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 #D7A115 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 21 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.16 |
| HSL | 43.3º | 0.82% | 0.46% | - |
| HSV(B) | 43.3º | 0.9% | 0.84% | - |
| XYZ | 40.9 | 39.99 | 6.27 | - |
| YUV | 161.19 | 48.89 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 21 | 0 | 0.25 | 0.90 | 0.16 | 43.3 | 0.82 | 0.46 |
| Hex | D7 | A1 | 15 | 0 | 19 | 5A | 10 | 2B | 52 | 2E |
| Octal | 327 | 241 | 25 | 0 | 31 | 132 | 20 | 53 | 122 | 56 |
| Binary | 11010111 | 10100001 | 10101 | 0 | 11001 | 1011010 | 10000 | 101011 | 1010010 | 101110 |
Color Harmonies of #D7A115
Complementary color
Monochromatic Colors of #D7A115
Black with #D7A115
Text Example
Text Example
White with #D7A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A115; }
p { color: rgb(215,161,21); }
H1.HeaderClassName
{
color: #D7A115;
}
.AnyTagClassName
{
color: #D7A115;
}
</style>
background-color css
<style>
a { background-color: #D7A115; }
a { background-color: rgb(215,161,21); }
div.DivClassName
{
background-color: #D7A115;
}
.BgClassName
{
background-color: #D7A115;
}
</style>
border-color css
<style>
span { border-color: #D7A115; }
span { border-color: rgb(215,161,21); }
td.TdClassName
{
border-color: #D7A115;
}
.TagClassName
{
border-color: #D7A115;
}
</style>