Shades of Galliano #D3A01E
Tints of Galliano #D3A01E
RGB
CMYK
RGB Variations
Color information
#D3A01E (or 0xD3A01E) is known color: Galliano. HEX triplet: D3, A0 and 1E. RGB value is (211,160,30). Sum of RGB (Red+Green+Blue) = 211+160+30=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A01E is #2C5FE1. Grayscale: #A1A1A1. Windows color (decimal): -2908130 or 2007251. OLE color: 2007251.
HSL color Cylindrical-coordinate representation of color #D3A01E: hue angle of 43.09º 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 #D3A01E is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 30 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.17 |
| HSL | 43.09º | 0.75% | 0.47% | - |
| HSV(B) | 43.09º | 0.86% | 0.83% | - |
| XYZ | 39.67 | 39.08 | 6.68 | - |
| YUV | 160.43 | 54.4 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 30 | 0 | 0.24 | 0.86 | 0.17 | 43.09 | 0.75 | 0.47 |
| Hex | D3 | A0 | 1E | 0 | 18 | 56 | 11 | 2B | 4B | 2F |
| Octal | 323 | 240 | 36 | 0 | 30 | 126 | 21 | 53 | 113 | 57 |
| Binary | 11010011 | 10100000 | 11110 | 0 | 11000 | 1010110 | 10001 | 101011 | 1001011 | 101111 |
Color Harmonies of #D3A01E
Complementary color
Monochromatic Colors of #D3A01E
Black with #D3A01E
Text Example
Text Example
White with #D3A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A01E; }
p { color: rgb(211,160,30); }
H1.HeaderClassName
{
color: #D3A01E;
}
.AnyTagClassName
{
color: #D3A01E;
}
</style>
background-color css
<style>
a { background-color: #D3A01E; }
a { background-color: rgb(211,160,30); }
div.DivClassName
{
background-color: #D3A01E;
}
.BgClassName
{
background-color: #D3A01E;
}
</style>
border-color css
<style>
span { border-color: #D3A01E; }
span { border-color: rgb(211,160,30); }
td.TdClassName
{
border-color: #D3A01E;
}
.TagClassName
{
border-color: #D3A01E;
}
</style>