Shades of Galliano #D3A121
Tints of Galliano #D3A121
RGB
CMYK
RGB Variations
Color information
#D3A121 (or 0xD3A121) is known color: Galliano. HEX triplet: D3, A1 and 21. RGB value is (211,161,33). Sum of RGB (Red+Green+Blue) = 211+161+33=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A121 is #2C5EDE. Grayscale: #A1A1A1. Windows color (decimal): -2907871 or 2204115. OLE color: 2204115.
HSL color Cylindrical-coordinate representation of color #D3A121: hue angle of 43.15º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3A121 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 33 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.17 |
| HSL | 43.15º | 0.73% | 0.48% | - |
| HSV(B) | 43.15º | 0.84% | 0.83% | - |
| XYZ | 39.88 | 39.45 | 6.95 | - |
| YUV | 161.36 | 55.57 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 33 | 0 | 0.24 | 0.84 | 0.17 | 43.15 | 0.73 | 0.48 |
| Hex | D3 | A1 | 21 | 0 | 18 | 54 | 11 | 2B | 49 | 30 |
| Octal | 323 | 241 | 41 | 0 | 30 | 124 | 21 | 53 | 111 | 60 |
| Binary | 11010011 | 10100001 | 100001 | 0 | 11000 | 1010100 | 10001 | 101011 | 1001001 | 110000 |
Color Harmonies of #D3A121
Complementary color
Monochromatic Colors of #D3A121
Black with #D3A121
Text Example
Text Example
White with #D3A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A121; }
p { color: rgb(211,161,33); }
H1.HeaderClassName
{
color: #D3A121;
}
.AnyTagClassName
{
color: #D3A121;
}
</style>
background-color css
<style>
a { background-color: #D3A121; }
a { background-color: rgb(211,161,33); }
div.DivClassName
{
background-color: #D3A121;
}
.BgClassName
{
background-color: #D3A121;
}
</style>
border-color css
<style>
span { border-color: #D3A121; }
span { border-color: rgb(211,161,33); }
td.TdClassName
{
border-color: #D3A121;
}
.TagClassName
{
border-color: #D3A121;
}
</style>