Shades of Galliano #D3A11E
Tints of Galliano #D3A11E
RGB
CMYK
RGB Variations
Color information
#D3A11E (or 0xD3A11E) is known color: Galliano. HEX triplet: D3, A1 and 1E. RGB value is (211,161,30). Sum of RGB (Red+Green+Blue) = 211+161+30=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A11E is #2C5EE1. Grayscale: #A1A1A1. Windows color (decimal): -2907874 or 2007507. OLE color: 2007507.
HSL color Cylindrical-coordinate representation of color #D3A11E: hue angle of 43.43º 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 #D3A11E is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 30 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.17 |
| HSL | 43.43º | 0.75% | 0.47% | - |
| HSV(B) | 43.43º | 0.86% | 0.83% | - |
| XYZ | 39.84 | 39.43 | 6.74 | - |
| YUV | 161.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 30 | 0 | 0.24 | 0.86 | 0.17 | 43.43 | 0.75 | 0.47 |
| Hex | D3 | A1 | 1E | 0 | 18 | 56 | 11 | 2B | 4B | 2F |
| Octal | 323 | 241 | 36 | 0 | 30 | 126 | 21 | 53 | 113 | 57 |
| Binary | 11010011 | 10100001 | 11110 | 0 | 11000 | 1010110 | 10001 | 101011 | 1001011 | 101111 |
Color Harmonies of #D3A11E
Complementary color
Monochromatic Colors of #D3A11E
Black with #D3A11E
Text Example
Text Example
White with #D3A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A11E; }
p { color: rgb(211,161,30); }
H1.HeaderClassName
{
color: #D3A11E;
}
.AnyTagClassName
{
color: #D3A11E;
}
</style>
background-color css
<style>
a { background-color: #D3A11E; }
a { background-color: rgb(211,161,30); }
div.DivClassName
{
background-color: #D3A11E;
}
.BgClassName
{
background-color: #D3A11E;
}
</style>
border-color css
<style>
span { border-color: #D3A11E; }
span { border-color: rgb(211,161,30); }
td.TdClassName
{
border-color: #D3A11E;
}
.TagClassName
{
border-color: #D3A11E;
}
</style>