Shades of Galliano #D2A412
Tints of Galliano #D2A412
RGB
CMYK
RGB Variations
Color information
#D2A412 (or 0xD2A412) is known color: Galliano. HEX triplet: D2, A4 and 12. RGB value is (210,164,18). Sum of RGB (Red+Green+Blue) = 210+164+18=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A412 is #2D5BED. Grayscale: #A1A1A1. Windows color (decimal): -2972654 or 1221842. OLE color: 1221842.
HSL color Cylindrical-coordinate representation of color #D2A412: hue angle of 45.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2A412 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 18 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.18 |
| HSL | 45.63º | 0.84% | 0.45% | - |
| HSV(B) | 45.63º | 0.91% | 0.82% | - |
| XYZ | 39.96 | 40.3 | 6.24 | - |
| YUV | 161.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 18 | 0 | 0.22 | 0.91 | 0.18 | 45.63 | 0.84 | 0.45 |
| Hex | D2 | A4 | 12 | 0 | 16 | 5B | 12 | 2E | 54 | 2D |
| Octal | 322 | 244 | 22 | 0 | 26 | 133 | 22 | 56 | 124 | 55 |
| Binary | 11010010 | 10100100 | 10010 | 0 | 10110 | 1011011 | 10010 | 101110 | 1010100 | 101101 |
Color Harmonies of #D2A412
Complementary color
Monochromatic Colors of #D2A412
Black with #D2A412
Text Example
Text Example
White with #D2A412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A412; }
p { color: rgb(210,164,18); }
H1.HeaderClassName
{
color: #D2A412;
}
.AnyTagClassName
{
color: #D2A412;
}
</style>
background-color css
<style>
a { background-color: #D2A412; }
a { background-color: rgb(210,164,18); }
div.DivClassName
{
background-color: #D2A412;
}
.BgClassName
{
background-color: #D2A412;
}
</style>
border-color css
<style>
span { border-color: #D2A412; }
span { border-color: rgb(210,164,18); }
td.TdClassName
{
border-color: #D2A412;
}
.TagClassName
{
border-color: #D2A412;
}
</style>