Shades of Galliano #D2A80E
Tints of Galliano #D2A80E
RGB
CMYK
RGB Variations
Color information
#D2A80E (or 0xD2A80E) is known color: Galliano. HEX triplet: D2, A8 and 0E. RGB value is (210,168,14). Sum of RGB (Red+Green+Blue) = 210+168+14=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A80E is #2D57F1. Grayscale: #A3A3A3. Windows color (decimal): -2971634 or 960722. OLE color: 960722.
HSL color Cylindrical-coordinate representation of color #D2A80E: hue angle of 47.14º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2A80E is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 14 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.18 |
| HSL | 47.14º | 0.88% | 0.44% | - |
| HSV(B) | 47.14º | 0.93% | 0.82% | - |
| XYZ | 40.66 | 41.74 | 6.33 | - |
| YUV | 163 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 14 | 0 | 0.2 | 0.93 | 0.18 | 47.14 | 0.88 | 0.44 |
| Hex | D2 | A8 | E | 0 | 14 | 5D | 12 | 2F | 58 | 2C |
| Octal | 322 | 250 | 16 | 0 | 24 | 135 | 22 | 57 | 130 | 54 |
| Binary | 11010010 | 10101000 | 1110 | 0 | 10100 | 1011101 | 10010 | 101111 | 1011000 | 101100 |
Color Harmonies of #D2A80E
Complementary color
Monochromatic Colors of #D2A80E
Black with #D2A80E
Text Example
Text Example
White with #D2A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A80E; }
p { color: rgb(210,168,14); }
H1.HeaderClassName
{
color: #D2A80E;
}
.AnyTagClassName
{
color: #D2A80E;
}
</style>
background-color css
<style>
a { background-color: #D2A80E; }
a { background-color: rgb(210,168,14); }
div.DivClassName
{
background-color: #D2A80E;
}
.BgClassName
{
background-color: #D2A80E;
}
</style>
border-color css
<style>
span { border-color: #D2A80E; }
span { border-color: rgb(210,168,14); }
td.TdClassName
{
border-color: #D2A80E;
}
.TagClassName
{
border-color: #D2A80E;
}
</style>