Shades of Galliano #D3A71E
Tints of Galliano #D3A71E
RGB
CMYK
RGB Variations
Color information
#D3A71E (or 0xD3A71E) is known color: Galliano. HEX triplet: D3, A7 and 1E. RGB value is (211,167,30). Sum of RGB (Red+Green+Blue) = 211+167+30=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A71E is #2C58E1. Grayscale: #A5A5A5. Windows color (decimal): -2906338 or 2009043. OLE color: 2009043.
HSL color Cylindrical-coordinate representation of color #D3A71E: hue angle of 45.41º 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 #D3A71E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 30 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.17 |
| HSL | 45.41º | 0.75% | 0.47% | - |
| HSV(B) | 45.41º | 0.86% | 0.83% | - |
| XYZ | 40.92 | 41.58 | 7.1 | - |
| YUV | 164.54 | 52.08 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 30 | 0 | 0.21 | 0.86 | 0.17 | 45.41 | 0.75 | 0.47 |
| Hex | D3 | A7 | 1E | 0 | 15 | 56 | 11 | 2D | 4B | 2F |
| Octal | 323 | 247 | 36 | 0 | 25 | 126 | 21 | 55 | 113 | 57 |
| Binary | 11010011 | 10100111 | 11110 | 0 | 10101 | 1010110 | 10001 | 101101 | 1001011 | 101111 |
Color Harmonies of #D3A71E
Complementary color
Monochromatic Colors of #D3A71E
Black with #D3A71E
Text Example
Text Example
White with #D3A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A71E; }
p { color: rgb(211,167,30); }
H1.HeaderClassName
{
color: #D3A71E;
}
.AnyTagClassName
{
color: #D3A71E;
}
</style>
background-color css
<style>
a { background-color: #D3A71E; }
a { background-color: rgb(211,167,30); }
div.DivClassName
{
background-color: #D3A71E;
}
.BgClassName
{
background-color: #D3A71E;
}
</style>
border-color css
<style>
span { border-color: #D3A71E; }
span { border-color: rgb(211,167,30); }
td.TdClassName
{
border-color: #D3A71E;
}
.TagClassName
{
border-color: #D3A71E;
}
</style>