Shades of Galliano #D1AB1F
Tints of Galliano #D1AB1F
RGB
CMYK
RGB Variations
Color information
#D1AB1F (or 0xD1AB1F) is known color: Galliano. HEX triplet: D1, AB and 1F. RGB value is (209,171,31). Sum of RGB (Red+Green+Blue) = 209+171+31=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB1F is #2E54E0. Grayscale: #A7A7A7. Windows color (decimal): -3036385 or 2075601. OLE color: 2075601.
HSL color Cylindrical-coordinate representation of color #D1AB1F: hue angle of 47.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1AB1F is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 31 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.18 |
| HSL | 47.19º | 0.74% | 0.47% | - |
| HSV(B) | 47.19º | 0.85% | 0.82% | - |
| XYZ | 41.1 | 42.78 | 7.39 | - |
| YUV | 166.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 31 | 0 | 0.18 | 0.85 | 0.18 | 47.19 | 0.74 | 0.47 |
| Hex | D1 | AB | 1F | 0 | 12 | 55 | 12 | 2F | 4A | 2F |
| Octal | 321 | 253 | 37 | 0 | 22 | 125 | 22 | 57 | 112 | 57 |
| Binary | 11010001 | 10101011 | 11111 | 0 | 10010 | 1010101 | 10010 | 101111 | 1001010 | 101111 |
Color Harmonies of #D1AB1F
Complementary color
Monochromatic Colors of #D1AB1F
Black with #D1AB1F
Text Example
Text Example
White with #D1AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB1F; }
p { color: rgb(209,171,31); }
H1.HeaderClassName
{
color: #D1AB1F;
}
.AnyTagClassName
{
color: #D1AB1F;
}
</style>
background-color css
<style>
a { background-color: #D1AB1F; }
a { background-color: rgb(209,171,31); }
div.DivClassName
{
background-color: #D1AB1F;
}
.BgClassName
{
background-color: #D1AB1F;
}
</style>
border-color css
<style>
span { border-color: #D1AB1F; }
span { border-color: rgb(209,171,31); }
td.TdClassName
{
border-color: #D1AB1F;
}
.TagClassName
{
border-color: #D1AB1F;
}
</style>