Shades of Galliano #D1A321
Tints of Galliano #D1A321
RGB
CMYK
RGB Variations
Color information
#D1A321 (or 0xD1A321) is known color: Galliano. HEX triplet: D1, A3 and 21. RGB value is (209,163,33). Sum of RGB (Red+Green+Blue) = 209+163+33=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A321 is #2E5CDE. Grayscale: #A2A2A2. Windows color (decimal): -3038431 or 2204625. OLE color: 2204625.
HSL color Cylindrical-coordinate representation of color #D1A321: hue angle of 44.32º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1A321 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 33 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.18 |
| HSL | 44.32º | 0.73% | 0.47% | - |
| HSV(B) | 44.32º | 0.84% | 0.82% | - |
| XYZ | 39.67 | 39.86 | 7.04 | - |
| YUV | 161.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 33 | 0 | 0.22 | 0.84 | 0.18 | 44.32 | 0.73 | 0.47 |
| Hex | D1 | A3 | 21 | 0 | 16 | 54 | 12 | 2C | 49 | 2F |
| Octal | 321 | 243 | 41 | 0 | 26 | 124 | 22 | 54 | 111 | 57 |
| Binary | 11010001 | 10100011 | 100001 | 0 | 10110 | 1010100 | 10010 | 101100 | 1001001 | 101111 |
Color Harmonies of #D1A321
Complementary color
Monochromatic Colors of #D1A321
Black with #D1A321
Text Example
Text Example
White with #D1A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A321; }
p { color: rgb(209,163,33); }
H1.HeaderClassName
{
color: #D1A321;
}
.AnyTagClassName
{
color: #D1A321;
}
</style>
background-color css
<style>
a { background-color: #D1A321; }
a { background-color: rgb(209,163,33); }
div.DivClassName
{
background-color: #D1A321;
}
.BgClassName
{
background-color: #D1A321;
}
</style>
border-color css
<style>
span { border-color: #D1A321; }
span { border-color: rgb(209,163,33); }
td.TdClassName
{
border-color: #D1A321;
}
.TagClassName
{
border-color: #D1A321;
}
</style>