Shades of Galliano #D0A014
Tints of Galliano #D0A014
RGB
CMYK
RGB Variations
Color information
#D0A014 (or 0xD0A014) is known color: Galliano. HEX triplet: D0, A0 and 14. RGB value is (208,160,20). Sum of RGB (Red+Green+Blue) = 208+160+20=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A014 is #2F5FEB. Grayscale: #9E9E9E. Windows color (decimal): -3104748 or 1351888. OLE color: 1351888.
HSL color Cylindrical-coordinate representation of color #D0A014: hue angle of 44.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0A014 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 20 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.18 |
| HSL | 44.68º | 0.82% | 0.45% | - |
| HSV(B) | 44.68º | 0.9% | 0.82% | - |
| XYZ | 38.71 | 38.6 | 6.07 | - |
| YUV | 158.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 20 | 0 | 0.23 | 0.90 | 0.18 | 44.68 | 0.82 | 0.45 |
| Hex | D0 | A0 | 14 | 0 | 17 | 5A | 12 | 2D | 52 | 2D |
| Octal | 320 | 240 | 24 | 0 | 27 | 132 | 22 | 55 | 122 | 55 |
| Binary | 11010000 | 10100000 | 10100 | 0 | 10111 | 1011010 | 10010 | 101101 | 1010010 | 101101 |
Color Harmonies of #D0A014
Complementary color
Monochromatic Colors of #D0A014
Black with #D0A014
Text Example
Text Example
White with #D0A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A014; }
p { color: rgb(208,160,20); }
H1.HeaderClassName
{
color: #D0A014;
}
.AnyTagClassName
{
color: #D0A014;
}
</style>
background-color css
<style>
a { background-color: #D0A014; }
a { background-color: rgb(208,160,20); }
div.DivClassName
{
background-color: #D0A014;
}
.BgClassName
{
background-color: #D0A014;
}
</style>
border-color css
<style>
span { border-color: #D0A014; }
span { border-color: rgb(208,160,20); }
td.TdClassName
{
border-color: #D0A014;
}
.TagClassName
{
border-color: #D0A014;
}
</style>