Shades of Galliano #D3AB1D
Tints of Galliano #D3AB1D
RGB
CMYK
RGB Variations
Color information
#D3AB1D (or 0xD3AB1D) is known color: Galliano. HEX triplet: D3, AB and 1D. RGB value is (211,171,29). Sum of RGB (Red+Green+Blue) = 211+171+29=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AB1D is #2C54E2. Grayscale: #A7A7A7. Windows color (decimal): -2905315 or 1944531. OLE color: 1944531.
HSL color Cylindrical-coordinate representation of color #D3AB1D: hue angle of 46.81º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3AB1D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 29 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.17 |
| HSL | 46.81º | 0.76% | 0.47% | - |
| HSV(B) | 46.81º | 0.86% | 0.83% | - |
| XYZ | 41.65 | 43.06 | 7.28 | - |
| YUV | 166.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 29 | 0 | 0.19 | 0.86 | 0.17 | 46.81 | 0.76 | 0.47 |
| Hex | D3 | AB | 1D | 0 | 13 | 56 | 11 | 2F | 4C | 2F |
| Octal | 323 | 253 | 35 | 0 | 23 | 126 | 21 | 57 | 114 | 57 |
| Binary | 11010011 | 10101011 | 11101 | 0 | 10011 | 1010110 | 10001 | 101111 | 1001100 | 101111 |
Color Harmonies of #D3AB1D
Complementary color
Monochromatic Colors of #D3AB1D
Black with #D3AB1D
Text Example
Text Example
White with #D3AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB1D; }
p { color: rgb(211,171,29); }
H1.HeaderClassName
{
color: #D3AB1D;
}
.AnyTagClassName
{
color: #D3AB1D;
}
</style>
background-color css
<style>
a { background-color: #D3AB1D; }
a { background-color: rgb(211,171,29); }
div.DivClassName
{
background-color: #D3AB1D;
}
.BgClassName
{
background-color: #D3AB1D;
}
</style>
border-color css
<style>
span { border-color: #D3AB1D; }
span { border-color: rgb(211,171,29); }
td.TdClassName
{
border-color: #D3AB1D;
}
.TagClassName
{
border-color: #D3AB1D;
}
</style>