Shades of Galliano #D2A121
Tints of Galliano #D2A121
RGB
CMYK
RGB Variations
Color information
#D2A121 (or 0xD2A121) is known color: Galliano. HEX triplet: D2, A1 and 21. RGB value is (210,161,33). Sum of RGB (Red+Green+Blue) = 210+161+33=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A121 is #2D5EDE. Grayscale: #A1A1A1. Windows color (decimal): -2973407 or 2204114. OLE color: 2204114.
HSL color Cylindrical-coordinate representation of color #D2A121: hue angle of 43.39º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2A121 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 33 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.18 |
| HSL | 43.39º | 0.73% | 0.48% | - |
| HSV(B) | 43.39º | 0.84% | 0.82% | - |
| XYZ | 39.6 | 39.3 | 6.94 | - |
| YUV | 161.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 33 | 0 | 0.23 | 0.84 | 0.18 | 43.39 | 0.73 | 0.48 |
| Hex | D2 | A1 | 21 | 0 | 17 | 54 | 12 | 2B | 49 | 30 |
| Octal | 322 | 241 | 41 | 0 | 27 | 124 | 22 | 53 | 111 | 60 |
| Binary | 11010010 | 10100001 | 100001 | 0 | 10111 | 1010100 | 10010 | 101011 | 1001001 | 110000 |
Color Harmonies of #D2A121
Complementary color
Monochromatic Colors of #D2A121
Black with #D2A121
Text Example
Text Example
White with #D2A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A121; }
p { color: rgb(210,161,33); }
H1.HeaderClassName
{
color: #D2A121;
}
.AnyTagClassName
{
color: #D2A121;
}
</style>
background-color css
<style>
a { background-color: #D2A121; }
a { background-color: rgb(210,161,33); }
div.DivClassName
{
background-color: #D2A121;
}
.BgClassName
{
background-color: #D2A121;
}
</style>
border-color css
<style>
span { border-color: #D2A121; }
span { border-color: rgb(210,161,33); }
td.TdClassName
{
border-color: #D2A121;
}
.TagClassName
{
border-color: #D2A121;
}
</style>