Shades of Galliano #D1A315
Tints of Galliano #D1A315
RGB
CMYK
RGB Variations
Color information
#D1A315 (or 0xD1A315) is known color: Galliano. HEX triplet: D1, A3 and 15. RGB value is (209,163,21). Sum of RGB (Red+Green+Blue) = 209+163+21=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A315 is #2E5CEA. Grayscale: #A1A1A1. Windows color (decimal): -3038443 or 1418193. OLE color: 1418193.
HSL color Cylindrical-coordinate representation of color #D1A315: hue angle of 45.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1A315 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 21 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.18 |
| HSL | 45.32º | 0.82% | 0.45% | - |
| HSV(B) | 45.32º | 0.9% | 0.82% | - |
| XYZ | 39.53 | 39.8 | 6.31 | - |
| YUV | 160.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 21 | 0 | 0.22 | 0.90 | 0.18 | 45.32 | 0.82 | 0.45 |
| Hex | D1 | A3 | 15 | 0 | 16 | 5A | 12 | 2D | 52 | 2D |
| Octal | 321 | 243 | 25 | 0 | 26 | 132 | 22 | 55 | 122 | 55 |
| Binary | 11010001 | 10100011 | 10101 | 0 | 10110 | 1011010 | 10010 | 101101 | 1010010 | 101101 |
Color Harmonies of #D1A315
Complementary color
Monochromatic Colors of #D1A315
Black with #D1A315
Text Example
Text Example
White with #D1A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A315; }
p { color: rgb(209,163,21); }
H1.HeaderClassName
{
color: #D1A315;
}
.AnyTagClassName
{
color: #D1A315;
}
</style>
background-color css
<style>
a { background-color: #D1A315; }
a { background-color: rgb(209,163,21); }
div.DivClassName
{
background-color: #D1A315;
}
.BgClassName
{
background-color: #D1A315;
}
</style>
border-color css
<style>
span { border-color: #D1A315; }
span { border-color: rgb(209,163,21); }
td.TdClassName
{
border-color: #D1A315;
}
.TagClassName
{
border-color: #D1A315;
}
</style>