Shades of Galliano #D4AB1D
Tints of Galliano #D4AB1D
RGB
CMYK
RGB Variations
Color information
#D4AB1D (or 0xD4AB1D) is known color: Galliano. HEX triplet: D4, AB and 1D. RGB value is (212,171,29). Sum of RGB (Red+Green+Blue) = 212+171+29=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB1D is #2B54E2. Grayscale: #A7A7A7. Windows color (decimal): -2839779 or 1944532. OLE color: 1944532.
HSL color Cylindrical-coordinate representation of color #D4AB1D: hue angle of 46.56º 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 #D4AB1D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 29 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.17 |
| HSL | 46.56º | 0.76% | 0.47% | - |
| HSV(B) | 46.56º | 0.86% | 0.83% | - |
| XYZ | 41.94 | 43.21 | 7.29 | - |
| YUV | 167.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 29 | 0 | 0.19 | 0.86 | 0.17 | 46.56 | 0.76 | 0.47 |
| Hex | D4 | AB | 1D | 0 | 13 | 56 | 11 | 2F | 4C | 2F |
| Octal | 324 | 253 | 35 | 0 | 23 | 126 | 21 | 57 | 114 | 57 |
| Binary | 11010100 | 10101011 | 11101 | 0 | 10011 | 1010110 | 10001 | 101111 | 1001100 | 101111 |
Color Harmonies of #D4AB1D
Complementary color
Monochromatic Colors of #D4AB1D
Black with #D4AB1D
Text Example
Text Example
White with #D4AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB1D; }
p { color: rgb(212,171,29); }
H1.HeaderClassName
{
color: #D4AB1D;
}
.AnyTagClassName
{
color: #D4AB1D;
}
</style>
background-color css
<style>
a { background-color: #D4AB1D; }
a { background-color: rgb(212,171,29); }
div.DivClassName
{
background-color: #D4AB1D;
}
.BgClassName
{
background-color: #D4AB1D;
}
</style>
border-color css
<style>
span { border-color: #D4AB1D; }
span { border-color: rgb(212,171,29); }
td.TdClassName
{
border-color: #D4AB1D;
}
.TagClassName
{
border-color: #D4AB1D;
}
</style>