Shades of Galliano #D1A31B
Tints of Galliano #D1A31B
RGB
CMYK
RGB Variations
Color information
#D1A31B (or 0xD1A31B) is known color: Galliano. HEX triplet: D1, A3 and 1B. RGB value is (209,163,27). Sum of RGB (Red+Green+Blue) = 209+163+27=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A31B is #2E5CE4. Grayscale: #A1A1A1. Windows color (decimal): -3038437 or 1811409. OLE color: 1811409.
HSL color Cylindrical-coordinate representation of color #D1A31B: hue angle of 44.84º 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 #D1A31B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 27 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.18 |
| HSL | 44.84º | 0.77% | 0.46% | - |
| HSV(B) | 44.84º | 0.87% | 0.82% | - |
| XYZ | 39.59 | 39.83 | 6.64 | - |
| YUV | 161.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 27 | 0 | 0.22 | 0.87 | 0.18 | 44.84 | 0.77 | 0.46 |
| Hex | D1 | A3 | 1B | 0 | 16 | 57 | 12 | 2D | 4D | 2E |
| Octal | 321 | 243 | 33 | 0 | 26 | 127 | 22 | 55 | 115 | 56 |
| Binary | 11010001 | 10100011 | 11011 | 0 | 10110 | 1010111 | 10010 | 101101 | 1001101 | 101110 |
Color Harmonies of #D1A31B
Complementary color
Monochromatic Colors of #D1A31B
Black with #D1A31B
Text Example
Text Example
White with #D1A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A31B; }
p { color: rgb(209,163,27); }
H1.HeaderClassName
{
color: #D1A31B;
}
.AnyTagClassName
{
color: #D1A31B;
}
</style>
background-color css
<style>
a { background-color: #D1A31B; }
a { background-color: rgb(209,163,27); }
div.DivClassName
{
background-color: #D1A31B;
}
.BgClassName
{
background-color: #D1A31B;
}
</style>
border-color css
<style>
span { border-color: #D1A31B; }
span { border-color: rgb(209,163,27); }
td.TdClassName
{
border-color: #D1A31B;
}
.TagClassName
{
border-color: #D1A31B;
}
</style>