Shades of Galliano #D2AB10
Tints of Galliano #D2AB10
RGB
CMYK
RGB Variations
Color information
#D2AB10 (or 0xD2AB10) is known color: Galliano. HEX triplet: D2, AB and 10. RGB value is (210,171,16). Sum of RGB (Red+Green+Blue) = 210+171+16=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AB10 is #2D54EF. Grayscale: #A5A5A5. Windows color (decimal): -2970864 or 1092562. OLE color: 1092562.
HSL color Cylindrical-coordinate representation of color #D2AB10: hue angle of 47.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2AB10 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.18 |
| HSL | 47.94º | 0.86% | 0.44% | - |
| HSV(B) | 47.94º | 0.92% | 0.82% | - |
| XYZ | 41.23 | 42.86 | 6.59 | - |
| YUV | 164.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 16 | 0 | 0.19 | 0.92 | 0.18 | 47.94 | 0.86 | 0.44 |
| Hex | D2 | AB | 10 | 0 | 13 | 5C | 12 | 30 | 56 | 2C |
| Octal | 322 | 253 | 20 | 0 | 23 | 134 | 22 | 60 | 126 | 54 |
| Binary | 11010010 | 10101011 | 10000 | 0 | 10011 | 1011100 | 10010 | 110000 | 1010110 | 101100 |
Color Harmonies of #D2AB10
Complementary color
Monochromatic Colors of #D2AB10
Black with #D2AB10
Text Example
Text Example
White with #D2AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB10; }
p { color: rgb(210,171,16); }
H1.HeaderClassName
{
color: #D2AB10;
}
.AnyTagClassName
{
color: #D2AB10;
}
</style>
background-color css
<style>
a { background-color: #D2AB10; }
a { background-color: rgb(210,171,16); }
div.DivClassName
{
background-color: #D2AB10;
}
.BgClassName
{
background-color: #D2AB10;
}
</style>
border-color css
<style>
span { border-color: #D2AB10; }
span { border-color: rgb(210,171,16); }
td.TdClassName
{
border-color: #D2AB10;
}
.TagClassName
{
border-color: #D2AB10;
}
</style>