Shades of Galliano #D0A60D
Tints of Galliano #D0A60D
RGB
CMYK
RGB Variations
Color information
#D0A60D (or 0xD0A60D) is known color: Galliano. HEX triplet: D0, A6 and 0D. RGB value is (208,166,13). Sum of RGB (Red+Green+Blue) = 208+166+13=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A60D is #2F59F2. Grayscale: #A1A1A1. Windows color (decimal): -3103219 or 894672. OLE color: 894672.
HSL color Cylindrical-coordinate representation of color #D0A60D: hue angle of 47.08º 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 #D0A60D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 166 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.18 |
| HSL | 47.08º | 0.88% | 0.43% | - |
| HSV(B) | 47.08º | 0.94% | 0.82% | - |
| XYZ | 39.72 | 40.71 | 6.15 | - |
| YUV | 161.12 | 44.41 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 166 | 13 | 0 | 0.20 | 0.94 | 0.18 | 47.08 | 0.88 | 0.43 |
| Hex | D0 | A6 | D | 0 | 14 | 5E | 12 | 2F | 58 | 2B |
| Octal | 320 | 246 | 15 | 0 | 24 | 136 | 22 | 57 | 130 | 53 |
| Binary | 11010000 | 10100110 | 1101 | 0 | 10100 | 1011110 | 10010 | 101111 | 1011000 | 101011 |
Color Harmonies of #D0A60D
Complementary color
Monochromatic Colors of #D0A60D
Black with #D0A60D
Text Example
Text Example
White with #D0A60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A60D; }
p { color: rgb(208,166,13); }
H1.HeaderClassName
{
color: #D0A60D;
}
.AnyTagClassName
{
color: #D0A60D;
}
</style>
background-color css
<style>
a { background-color: #D0A60D; }
a { background-color: rgb(208,166,13); }
div.DivClassName
{
background-color: #D0A60D;
}
.BgClassName
{
background-color: #D0A60D;
}
</style>
border-color css
<style>
span { border-color: #D0A60D; }
span { border-color: rgb(208,166,13); }
td.TdClassName
{
border-color: #D0A60D;
}
.TagClassName
{
border-color: #D0A60D;
}
</style>