Shades of Galliano #D1A015
Tints of Galliano #D1A015
RGB
CMYK
RGB Variations
Color information
#D1A015 (or 0xD1A015) is known color: Galliano. HEX triplet: D1, A0 and 15. RGB value is (209,160,21). Sum of RGB (Red+Green+Blue) = 209+160+21=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A015 is #2E5FEA. Grayscale: #9F9F9F. Windows color (decimal): -3039211 or 1417425. OLE color: 1417425.
HSL color Cylindrical-coordinate representation of color #D1A015: hue angle of 44.36º 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 #D1A015 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 21 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.18 |
| HSL | 44.36º | 0.82% | 0.45% | - |
| HSV(B) | 44.36º | 0.9% | 0.82% | - |
| XYZ | 39 | 38.75 | 6.13 | - |
| YUV | 158.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 21 | 0 | 0.23 | 0.90 | 0.18 | 44.36 | 0.82 | 0.45 |
| Hex | D1 | A0 | 15 | 0 | 17 | 5A | 12 | 2C | 52 | 2D |
| Octal | 321 | 240 | 25 | 0 | 27 | 132 | 22 | 54 | 122 | 55 |
| Binary | 11010001 | 10100000 | 10101 | 0 | 10111 | 1011010 | 10010 | 101100 | 1010010 | 101101 |
Color Harmonies of #D1A015
Complementary color
Monochromatic Colors of #D1A015
Black with #D1A015
Text Example
Text Example
White with #D1A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A015; }
p { color: rgb(209,160,21); }
H1.HeaderClassName
{
color: #D1A015;
}
.AnyTagClassName
{
color: #D1A015;
}
</style>
background-color css
<style>
a { background-color: #D1A015; }
a { background-color: rgb(209,160,21); }
div.DivClassName
{
background-color: #D1A015;
}
.BgClassName
{
background-color: #D1A015;
}
</style>
border-color css
<style>
span { border-color: #D1A015; }
span { border-color: rgb(209,160,21); }
td.TdClassName
{
border-color: #D1A015;
}
.TagClassName
{
border-color: #D1A015;
}
</style>