Shades of Galliano #D2A62C
Tints of Galliano #D2A62C
RGB
CMYK
RGB Variations
Color information
#D2A62C (or 0xD2A62C) is known color: Galliano. HEX triplet: D2, A6 and 2C. RGB value is (210,166,44). Sum of RGB (Red+Green+Blue) = 210+166+44=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A62C is #2D59D3. Grayscale: #A5A5A5. Windows color (decimal): -2972116 or 2926290. OLE color: 2926290.
HSL color Cylindrical-coordinate representation of color #D2A62C: hue angle of 44.1º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2A62C is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 166 | 44 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.18 |
| HSL | 44.1º | 0.65% | 0.5% | - |
| HSV(B) | 44.1º | 0.79% | 0.82% | - |
| XYZ | 40.67 | 41.16 | 8.18 | - |
| YUV | 165.25 | 59.58 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 166 | 44 | 0 | 0.21 | 0.79 | 0.18 | 44.1 | 0.65 | 0.5 |
| Hex | D2 | A6 | 2C | 0 | 15 | 4F | 12 | 2C | 41 | 32 |
| Octal | 322 | 246 | 54 | 0 | 25 | 117 | 22 | 54 | 101 | 62 |
| Binary | 11010010 | 10100110 | 101100 | 0 | 10101 | 1001111 | 10010 | 101100 | 1000001 | 110010 |
Color Harmonies of #D2A62C
Complementary color
Monochromatic Colors of #D2A62C
Black with #D2A62C
Text Example
Text Example
White with #D2A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A62C; }
p { color: rgb(210,166,44); }
H1.HeaderClassName
{
color: #D2A62C;
}
.AnyTagClassName
{
color: #D2A62C;
}
</style>
background-color css
<style>
a { background-color: #D2A62C; }
a { background-color: rgb(210,166,44); }
div.DivClassName
{
background-color: #D2A62C;
}
.BgClassName
{
background-color: #D2A62C;
}
</style>
border-color css
<style>
span { border-color: #D2A62C; }
span { border-color: rgb(210,166,44); }
td.TdClassName
{
border-color: #D2A62C;
}
.TagClassName
{
border-color: #D2A62C;
}
</style>