Shades of Galliano #D0A01E
Tints of Galliano #D0A01E
RGB
CMYK
RGB Variations
Color information
#D0A01E (or 0xD0A01E) is known color: Galliano. HEX triplet: D0, A0 and 1E. RGB value is (208,160,30). Sum of RGB (Red+Green+Blue) = 208+160+30=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A01E is #2F5FE1. Grayscale: #A0A0A0. Windows color (decimal): -3104738 or 2007248. OLE color: 2007248.
HSL color Cylindrical-coordinate representation of color #D0A01E: hue angle of 43.82º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0A01E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 30 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.18 |
| HSL | 43.82º | 0.75% | 0.47% | - |
| HSV(B) | 43.82º | 0.86% | 0.82% | - |
| XYZ | 38.82 | 38.65 | 6.64 | - |
| YUV | 159.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 30 | 0 | 0.23 | 0.86 | 0.18 | 43.82 | 0.75 | 0.47 |
| Hex | D0 | A0 | 1E | 0 | 17 | 56 | 12 | 2C | 4B | 2F |
| Octal | 320 | 240 | 36 | 0 | 27 | 126 | 22 | 54 | 113 | 57 |
| Binary | 11010000 | 10100000 | 11110 | 0 | 10111 | 1010110 | 10010 | 101100 | 1001011 | 101111 |
Color Harmonies of #D0A01E
Complementary color
Monochromatic Colors of #D0A01E
Black with #D0A01E
Text Example
Text Example
White with #D0A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A01E; }
p { color: rgb(208,160,30); }
H1.HeaderClassName
{
color: #D0A01E;
}
.AnyTagClassName
{
color: #D0A01E;
}
</style>
background-color css
<style>
a { background-color: #D0A01E; }
a { background-color: rgb(208,160,30); }
div.DivClassName
{
background-color: #D0A01E;
}
.BgClassName
{
background-color: #D0A01E;
}
</style>
border-color css
<style>
span { border-color: #D0A01E; }
span { border-color: rgb(208,160,30); }
td.TdClassName
{
border-color: #D0A01E;
}
.TagClassName
{
border-color: #D0A01E;
}
</style>