Shades of Galliano #D0A41D
Tints of Galliano #D0A41D
RGB
CMYK
RGB Variations
Color information
#D0A41D (or 0xD0A41D) is known color: Galliano. HEX triplet: D0, A4 and 1D. RGB value is (208,164,29). Sum of RGB (Red+Green+Blue) = 208+164+29=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A41D is #2F5BE2. Grayscale: #A2A2A2. Windows color (decimal): -3103715 or 1942736. OLE color: 1942736.
HSL color Cylindrical-coordinate representation of color #D0A41D: hue angle of 45.25º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0A41D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 29 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.18 |
| HSL | 45.25º | 0.76% | 0.46% | - |
| HSV(B) | 45.25º | 0.86% | 0.82% | - |
| XYZ | 39.51 | 40.05 | 6.81 | - |
| YUV | 161.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 29 | 0 | 0.21 | 0.86 | 0.18 | 45.25 | 0.76 | 0.46 |
| Hex | D0 | A4 | 1D | 0 | 15 | 56 | 12 | 2D | 4C | 2E |
| Octal | 320 | 244 | 35 | 0 | 25 | 126 | 22 | 55 | 114 | 56 |
| Binary | 11010000 | 10100100 | 11101 | 0 | 10101 | 1010110 | 10010 | 101101 | 1001100 | 101110 |
Color Harmonies of #D0A41D
Complementary color
Monochromatic Colors of #D0A41D
Black with #D0A41D
Text Example
Text Example
White with #D0A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A41D; }
p { color: rgb(208,164,29); }
H1.HeaderClassName
{
color: #D0A41D;
}
.AnyTagClassName
{
color: #D0A41D;
}
</style>
background-color css
<style>
a { background-color: #D0A41D; }
a { background-color: rgb(208,164,29); }
div.DivClassName
{
background-color: #D0A41D;
}
.BgClassName
{
background-color: #D0A41D;
}
</style>
border-color css
<style>
span { border-color: #D0A41D; }
span { border-color: rgb(208,164,29); }
td.TdClassName
{
border-color: #D0A41D;
}
.TagClassName
{
border-color: #D0A41D;
}
</style>