Shades of Galliano #D1A71B
Tints of Galliano #D1A71B
RGB
CMYK
RGB Variations
Color information
#D1A71B (or 0xD1A71B) is known color: Galliano. HEX triplet: D1, A7 and 1B. RGB value is (209,167,27). Sum of RGB (Red+Green+Blue) = 209+167+27=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A71B is #2E58E4. Grayscale: #A4A4A4. Windows color (decimal): -3037413 or 1812433. OLE color: 1812433.
HSL color Cylindrical-coordinate representation of color #D1A71B: hue angle of 46.15º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1A71B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 27 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.18 |
| HSL | 46.15º | 0.77% | 0.46% | - |
| HSV(B) | 46.15º | 0.87% | 0.82% | - |
| XYZ | 40.31 | 41.27 | 6.88 | - |
| YUV | 163.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 27 | 0 | 0.20 | 0.87 | 0.18 | 46.15 | 0.77 | 0.46 |
| Hex | D1 | A7 | 1B | 0 | 14 | 57 | 12 | 2E | 4D | 2E |
| Octal | 321 | 247 | 33 | 0 | 24 | 127 | 22 | 56 | 115 | 56 |
| Binary | 11010001 | 10100111 | 11011 | 0 | 10100 | 1010111 | 10010 | 101110 | 1001101 | 101110 |
Color Harmonies of #D1A71B
Complementary color
Monochromatic Colors of #D1A71B
Black with #D1A71B
Text Example
Text Example
White with #D1A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A71B; }
p { color: rgb(209,167,27); }
H1.HeaderClassName
{
color: #D1A71B;
}
.AnyTagClassName
{
color: #D1A71B;
}
</style>
background-color css
<style>
a { background-color: #D1A71B; }
a { background-color: rgb(209,167,27); }
div.DivClassName
{
background-color: #D1A71B;
}
.BgClassName
{
background-color: #D1A71B;
}
</style>
border-color css
<style>
span { border-color: #D1A71B; }
span { border-color: rgb(209,167,27); }
td.TdClassName
{
border-color: #D1A71B;
}
.TagClassName
{
border-color: #D1A71B;
}
</style>