Shades of Galliano #D0A50D
Tints of Galliano #D0A50D
RGB
CMYK
RGB Variations
Color information
#D0A50D (or 0xD0A50D) is known color: Galliano. HEX triplet: D0, A5 and 0D. RGB value is (208,165,13). Sum of RGB (Red+Green+Blue) = 208+165+13=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A50D is #2F5AF2. Grayscale: #A1A1A1. Windows color (decimal): -3103475 or 894416. OLE color: 894416.
HSL color Cylindrical-coordinate representation of color #D0A50D: hue angle of 46.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0A50D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.18 |
| HSL | 46.77º | 0.88% | 0.43% | - |
| HSV(B) | 46.77º | 0.94% | 0.82% | - |
| XYZ | 39.54 | 40.35 | 6.08 | - |
| YUV | 160.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 13 | 0 | 0.21 | 0.94 | 0.18 | 46.77 | 0.88 | 0.43 |
| Hex | D0 | A5 | D | 0 | 15 | 5E | 12 | 2F | 58 | 2B |
| Octal | 320 | 245 | 15 | 0 | 25 | 136 | 22 | 57 | 130 | 53 |
| Binary | 11010000 | 10100101 | 1101 | 0 | 10101 | 1011110 | 10010 | 101111 | 1011000 | 101011 |
Color Harmonies of #D0A50D
Complementary color
Monochromatic Colors of #D0A50D
Black with #D0A50D
Text Example
Text Example
White with #D0A50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A50D; }
p { color: rgb(208,165,13); }
H1.HeaderClassName
{
color: #D0A50D;
}
.AnyTagClassName
{
color: #D0A50D;
}
</style>
background-color css
<style>
a { background-color: #D0A50D; }
a { background-color: rgb(208,165,13); }
div.DivClassName
{
background-color: #D0A50D;
}
.BgClassName
{
background-color: #D0A50D;
}
</style>
border-color css
<style>
span { border-color: #D0A50D; }
span { border-color: rgb(208,165,13); }
td.TdClassName
{
border-color: #D0A50D;
}
.TagClassName
{
border-color: #D0A50D;
}
</style>