Shades of Galliano #D3A41E
Tints of Galliano #D3A41E
RGB
CMYK
RGB Variations
Color information
#D3A41E (or 0xD3A41E) is known color: Galliano. HEX triplet: D3, A4 and 1E. RGB value is (211,164,30). Sum of RGB (Red+Green+Blue) = 211+164+30=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A41E is #2C5BE1. Grayscale: #A3A3A3. Windows color (decimal): -2907106 or 2008275. OLE color: 2008275.
HSL color Cylindrical-coordinate representation of color #D3A41E: hue angle of 44.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3A41E is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 30 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.17 |
| HSL | 44.42º | 0.75% | 0.47% | - |
| HSV(B) | 44.42º | 0.86% | 0.83% | - |
| XYZ | 40.37 | 40.49 | 6.92 | - |
| YUV | 162.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 30 | 0 | 0.22 | 0.86 | 0.17 | 44.42 | 0.75 | 0.47 |
| Hex | D3 | A4 | 1E | 0 | 16 | 56 | 11 | 2C | 4B | 2F |
| Octal | 323 | 244 | 36 | 0 | 26 | 126 | 21 | 54 | 113 | 57 |
| Binary | 11010011 | 10100100 | 11110 | 0 | 10110 | 1010110 | 10001 | 101100 | 1001011 | 101111 |
Color Harmonies of #D3A41E
Complementary color
Monochromatic Colors of #D3A41E
Black with #D3A41E
Text Example
Text Example
White with #D3A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A41E; }
p { color: rgb(211,164,30); }
H1.HeaderClassName
{
color: #D3A41E;
}
.AnyTagClassName
{
color: #D3A41E;
}
</style>
background-color css
<style>
a { background-color: #D3A41E; }
a { background-color: rgb(211,164,30); }
div.DivClassName
{
background-color: #D3A41E;
}
.BgClassName
{
background-color: #D3A41E;
}
</style>
border-color css
<style>
span { border-color: #D3A41E; }
span { border-color: rgb(211,164,30); }
td.TdClassName
{
border-color: #D3A41E;
}
.TagClassName
{
border-color: #D3A41E;
}
</style>