Shades of Galliano #D2A11E
Tints of Galliano #D2A11E
RGB
CMYK
RGB Variations
Color information
#D2A11E (or 0xD2A11E) is known color: Galliano. HEX triplet: D2, A1 and 1E. RGB value is (210,161,30). Sum of RGB (Red+Green+Blue) = 210+161+30=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A11E is #2D5EE1. Grayscale: #A1A1A1. Windows color (decimal): -2973410 or 2007506. OLE color: 2007506.
HSL color Cylindrical-coordinate representation of color #D2A11E: hue angle of 43.67º 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 #D2A11E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 30 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.18 |
| HSL | 43.67º | 0.75% | 0.47% | - |
| HSV(B) | 43.67º | 0.86% | 0.82% | - |
| XYZ | 39.56 | 39.29 | 6.73 | - |
| YUV | 160.72 | 54.23 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 30 | 0 | 0.23 | 0.86 | 0.18 | 43.67 | 0.75 | 0.47 |
| Hex | D2 | A1 | 1E | 0 | 17 | 56 | 12 | 2C | 4B | 2F |
| Octal | 322 | 241 | 36 | 0 | 27 | 126 | 22 | 54 | 113 | 57 |
| Binary | 11010010 | 10100001 | 11110 | 0 | 10111 | 1010110 | 10010 | 101100 | 1001011 | 101111 |
Color Harmonies of #D2A11E
Complementary color
Monochromatic Colors of #D2A11E
Black with #D2A11E
Text Example
Text Example
White with #D2A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A11E; }
p { color: rgb(210,161,30); }
H1.HeaderClassName
{
color: #D2A11E;
}
.AnyTagClassName
{
color: #D2A11E;
}
</style>
background-color css
<style>
a { background-color: #D2A11E; }
a { background-color: rgb(210,161,30); }
div.DivClassName
{
background-color: #D2A11E;
}
.BgClassName
{
background-color: #D2A11E;
}
</style>
border-color css
<style>
span { border-color: #D2A11E; }
span { border-color: rgb(210,161,30); }
td.TdClassName
{
border-color: #D2A11E;
}
.TagClassName
{
border-color: #D2A11E;
}
</style>