Shades of Galliano #D2A711
Tints of Galliano #D2A711
RGB
CMYK
RGB Variations
Color information
#D2A711 (or 0xD2A711) is known color: Galliano. HEX triplet: D2, A7 and 11. RGB value is (210,167,17). Sum of RGB (Red+Green+Blue) = 210+167+17=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A711 is #2D58EE. Grayscale: #A3A3A3. Windows color (decimal): -2971887 or 1157074. OLE color: 1157074.
HSL color Cylindrical-coordinate representation of color #D2A711: hue angle of 46.63º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2A711 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 17 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.18 |
| HSL | 46.63º | 0.85% | 0.45% | - |
| HSV(B) | 46.63º | 0.92% | 0.82% | - |
| XYZ | 40.5 | 41.38 | 6.38 | - |
| YUV | 162.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 17 | 0 | 0.20 | 0.92 | 0.18 | 46.63 | 0.85 | 0.45 |
| Hex | D2 | A7 | 11 | 0 | 14 | 5C | 12 | 2F | 55 | 2D |
| Octal | 322 | 247 | 21 | 0 | 24 | 134 | 22 | 57 | 125 | 55 |
| Binary | 11010010 | 10100111 | 10001 | 0 | 10100 | 1011100 | 10010 | 101111 | 1010101 | 101101 |
Color Harmonies of #D2A711
Complementary color
Monochromatic Colors of #D2A711
Black with #D2A711
Text Example
Text Example
White with #D2A711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A711; }
p { color: rgb(210,167,17); }
H1.HeaderClassName
{
color: #D2A711;
}
.AnyTagClassName
{
color: #D2A711;
}
</style>
background-color css
<style>
a { background-color: #D2A711; }
a { background-color: rgb(210,167,17); }
div.DivClassName
{
background-color: #D2A711;
}
.BgClassName
{
background-color: #D2A711;
}
</style>
border-color css
<style>
span { border-color: #D2A711; }
span { border-color: rgb(210,167,17); }
td.TdClassName
{
border-color: #D2A711;
}
.TagClassName
{
border-color: #D2A711;
}
</style>