Shades of Galliano #D0A910
Tints of Galliano #D0A910
RGB
CMYK
RGB Variations
Color information
#D0A910 (or 0xD0A910) is known color: Galliano. HEX triplet: D0, A9 and 10. RGB value is (208,169,16). Sum of RGB (Red+Green+Blue) = 208+169+16=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A910 is #2F56EF. Grayscale: #A3A3A3. Windows color (decimal): -3102448 or 1092048. OLE color: 1092048.
HSL color Cylindrical-coordinate representation of color #D0A910: hue angle of 47.81º 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 #D0A910 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 169 | 16 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.18 |
| HSL | 47.81º | 0.86% | 0.44% | - |
| HSV(B) | 47.81º | 0.92% | 0.82% | - |
| XYZ | 40.29 | 41.82 | 6.44 | - |
| YUV | 163.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 16 | 0 | 0.19 | 0.92 | 0.18 | 47.81 | 0.86 | 0.44 |
| Hex | D0 | A9 | 10 | 0 | 13 | 5C | 12 | 30 | 56 | 2C |
| Octal | 320 | 251 | 20 | 0 | 23 | 134 | 22 | 60 | 126 | 54 |
| Binary | 11010000 | 10101001 | 10000 | 0 | 10011 | 1011100 | 10010 | 110000 | 1010110 | 101100 |
Color Harmonies of #D0A910
Complementary color
Monochromatic Colors of #D0A910
Black with #D0A910
Text Example
Text Example
White with #D0A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A910; }
p { color: rgb(208,169,16); }
H1.HeaderClassName
{
color: #D0A910;
}
.AnyTagClassName
{
color: #D0A910;
}
</style>
background-color css
<style>
a { background-color: #D0A910; }
a { background-color: rgb(208,169,16); }
div.DivClassName
{
background-color: #D0A910;
}
.BgClassName
{
background-color: #D0A910;
}
</style>
border-color css
<style>
span { border-color: #D0A910; }
span { border-color: rgb(208,169,16); }
td.TdClassName
{
border-color: #D0A910;
}
.TagClassName
{
border-color: #D0A910;
}
</style>