Shades of Galliano #D1A81B
Tints of Galliano #D1A81B
RGB
CMYK
RGB Variations
Color information
#D1A81B (or 0xD1A81B) is known color: Galliano. HEX triplet: D1, A8 and 1B. RGB value is (209,168,27). Sum of RGB (Red+Green+Blue) = 209+168+27=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A81B is #2E57E4. Grayscale: #A4A4A4. Windows color (decimal): -3037157 or 1812689. OLE color: 1812689.
HSL color Cylindrical-coordinate representation of color #D1A81B: hue angle of 46.48º 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 #D1A81B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 27 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.18 |
| HSL | 46.48º | 0.77% | 0.46% | - |
| HSV(B) | 46.48º | 0.87% | 0.82% | - |
| XYZ | 40.49 | 41.64 | 6.94 | - |
| YUV | 164.19 | 50.58 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 27 | 0 | 0.20 | 0.87 | 0.18 | 46.48 | 0.77 | 0.46 |
| Hex | D1 | A8 | 1B | 0 | 14 | 57 | 12 | 2E | 4D | 2E |
| Octal | 321 | 250 | 33 | 0 | 24 | 127 | 22 | 56 | 115 | 56 |
| Binary | 11010001 | 10101000 | 11011 | 0 | 10100 | 1010111 | 10010 | 101110 | 1001101 | 101110 |
Color Harmonies of #D1A81B
Complementary color
Monochromatic Colors of #D1A81B
Black with #D1A81B
Text Example
Text Example
White with #D1A81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A81B; }
p { color: rgb(209,168,27); }
H1.HeaderClassName
{
color: #D1A81B;
}
.AnyTagClassName
{
color: #D1A81B;
}
</style>
background-color css
<style>
a { background-color: #D1A81B; }
a { background-color: rgb(209,168,27); }
div.DivClassName
{
background-color: #D1A81B;
}
.BgClassName
{
background-color: #D1A81B;
}
</style>
border-color css
<style>
span { border-color: #D1A81B; }
span { border-color: rgb(209,168,27); }
td.TdClassName
{
border-color: #D1A81B;
}
.TagClassName
{
border-color: #D1A81B;
}
</style>