Shades of Galliano #D2A219
Tints of Galliano #D2A219
RGB
CMYK
RGB Variations
Color information
#D2A219 (or 0xD2A219) is known color: Galliano. HEX triplet: D2, A2 and 19. RGB value is (210,162,25). Sum of RGB (Red+Green+Blue) = 210+162+25=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A219 is #2D5DE6. Grayscale: #A1A1A1. Windows color (decimal): -2973159 or 1680082. OLE color: 1680082.
HSL color Cylindrical-coordinate representation of color #D2A219: hue angle of 44.43º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2A219 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 25 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.18 |
| HSL | 44.43º | 0.79% | 0.46% | - |
| HSV(B) | 44.43º | 0.88% | 0.82% | - |
| XYZ | 39.67 | 39.61 | 6.47 | - |
| YUV | 160.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 25 | 0 | 0.23 | 0.88 | 0.18 | 44.43 | 0.79 | 0.46 |
| Hex | D2 | A2 | 19 | 0 | 17 | 58 | 12 | 2C | 4F | 2E |
| Octal | 322 | 242 | 31 | 0 | 27 | 130 | 22 | 54 | 117 | 56 |
| Binary | 11010010 | 10100010 | 11001 | 0 | 10111 | 1011000 | 10010 | 101100 | 1001111 | 101110 |
Color Harmonies of #D2A219
Complementary color
Monochromatic Colors of #D2A219
Black with #D2A219
Text Example
Text Example
White with #D2A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A219; }
p { color: rgb(210,162,25); }
H1.HeaderClassName
{
color: #D2A219;
}
.AnyTagClassName
{
color: #D2A219;
}
</style>
background-color css
<style>
a { background-color: #D2A219; }
a { background-color: rgb(210,162,25); }
div.DivClassName
{
background-color: #D2A219;
}
.BgClassName
{
background-color: #D2A219;
}
</style>
border-color css
<style>
span { border-color: #D2A219; }
span { border-color: rgb(210,162,25); }
td.TdClassName
{
border-color: #D2A219;
}
.TagClassName
{
border-color: #D2A219;
}
</style>