Shades of Galliano #D3AB19
Tints of Galliano #D3AB19
RGB
CMYK
RGB Variations
Color information
#D3AB19 (or 0xD3AB19) is known color: Galliano. HEX triplet: D3, AB and 19. RGB value is (211,171,25). Sum of RGB (Red+Green+Blue) = 211+171+25=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AB19 is #2C54E6. Grayscale: #A6A6A6. Windows color (decimal): -2905319 or 1682387. OLE color: 1682387.
HSL color Cylindrical-coordinate representation of color #D3AB19: hue angle of 47.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3AB19 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 25 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.17 |
| HSL | 47.1º | 0.79% | 0.46% | - |
| HSV(B) | 47.1º | 0.88% | 0.83% | - |
| XYZ | 41.6 | 43.04 | 7.04 | - |
| YUV | 166.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 25 | 0 | 0.19 | 0.88 | 0.17 | 47.1 | 0.79 | 0.46 |
| Hex | D3 | AB | 19 | 0 | 13 | 58 | 11 | 2F | 4F | 2E |
| Octal | 323 | 253 | 31 | 0 | 23 | 130 | 21 | 57 | 117 | 56 |
| Binary | 11010011 | 10101011 | 11001 | 0 | 10011 | 1011000 | 10001 | 101111 | 1001111 | 101110 |
Color Harmonies of #D3AB19
Complementary color
Monochromatic Colors of #D3AB19
Black with #D3AB19
Text Example
Text Example
White with #D3AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB19; }
p { color: rgb(211,171,25); }
H1.HeaderClassName
{
color: #D3AB19;
}
.AnyTagClassName
{
color: #D3AB19;
}
</style>
background-color css
<style>
a { background-color: #D3AB19; }
a { background-color: rgb(211,171,25); }
div.DivClassName
{
background-color: #D3AB19;
}
.BgClassName
{
background-color: #D3AB19;
}
</style>
border-color css
<style>
span { border-color: #D3AB19; }
span { border-color: rgb(211,171,25); }
td.TdClassName
{
border-color: #D3AB19;
}
.TagClassName
{
border-color: #D3AB19;
}
</style>