Shades of Galliano #D2A120
Tints of Galliano #D2A120
RGB
CMYK
RGB Variations
Color information
#D2A120 (or 0xD2A120) is known color: Galliano. HEX triplet: D2, A1 and 20. RGB value is (210,161,32). Sum of RGB (Red+Green+Blue) = 210+161+32=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A120 is #2D5EDF. Grayscale: #A1A1A1. Windows color (decimal): -2973408 or 2138578. OLE color: 2138578.
HSL color Cylindrical-coordinate representation of color #D2A120: hue angle of 43.48º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2A120 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 32 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.18 |
| HSL | 43.48º | 0.74% | 0.47% | - |
| HSV(B) | 43.48º | 0.85% | 0.82% | - |
| XYZ | 39.58 | 39.3 | 6.87 | - |
| YUV | 160.95 | 55.23 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 32 | 0 | 0.23 | 0.85 | 0.18 | 43.48 | 0.74 | 0.47 |
| Hex | D2 | A1 | 20 | 0 | 17 | 55 | 12 | 2B | 4A | 2F |
| Octal | 322 | 241 | 40 | 0 | 27 | 125 | 22 | 53 | 112 | 57 |
| Binary | 11010010 | 10100001 | 100000 | 0 | 10111 | 1010101 | 10010 | 101011 | 1001010 | 101111 |
Color Harmonies of #D2A120
Complementary color
Monochromatic Colors of #D2A120
Black with #D2A120
Text Example
Text Example
White with #D2A120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A120; }
p { color: rgb(210,161,32); }
H1.HeaderClassName
{
color: #D2A120;
}
.AnyTagClassName
{
color: #D2A120;
}
</style>
background-color css
<style>
a { background-color: #D2A120; }
a { background-color: rgb(210,161,32); }
div.DivClassName
{
background-color: #D2A120;
}
.BgClassName
{
background-color: #D2A120;
}
</style>
border-color css
<style>
span { border-color: #D2A120; }
span { border-color: rgb(210,161,32); }
td.TdClassName
{
border-color: #D2A120;
}
.TagClassName
{
border-color: #D2A120;
}
</style>