Shades of Galliano #D2AC20
Tints of Galliano #D2AC20
RGB
CMYK
RGB Variations
Color information
#D2AC20 (or 0xD2AC20) is known color: Galliano. HEX triplet: D2, AC and 20. RGB value is (210,172,32). Sum of RGB (Red+Green+Blue) = 210+172+32=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AC20 is #2D53DF. Grayscale: #A8A8A8. Windows color (decimal): -2970592 or 2141394. OLE color: 2141394.
HSL color Cylindrical-coordinate representation of color #D2AC20: hue angle of 47.19º 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 #D2AC20 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 32 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.18 |
| HSL | 47.19º | 0.74% | 0.47% | - |
| HSV(B) | 47.19º | 0.85% | 0.82% | - |
| XYZ | 41.59 | 43.31 | 7.53 | - |
| YUV | 167.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 32 | 0 | 0.18 | 0.85 | 0.18 | 47.19 | 0.74 | 0.47 |
| Hex | D2 | AC | 20 | 0 | 12 | 55 | 12 | 2F | 4A | 2F |
| Octal | 322 | 254 | 40 | 0 | 22 | 125 | 22 | 57 | 112 | 57 |
| Binary | 11010010 | 10101100 | 100000 | 0 | 10010 | 1010101 | 10010 | 101111 | 1001010 | 101111 |
Color Harmonies of #D2AC20
Complementary color
Monochromatic Colors of #D2AC20
Black with #D2AC20
Text Example
Text Example
White with #D2AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC20; }
p { color: rgb(210,172,32); }
H1.HeaderClassName
{
color: #D2AC20;
}
.AnyTagClassName
{
color: #D2AC20;
}
</style>
background-color css
<style>
a { background-color: #D2AC20; }
a { background-color: rgb(210,172,32); }
div.DivClassName
{
background-color: #D2AC20;
}
.BgClassName
{
background-color: #D2AC20;
}
</style>
border-color css
<style>
span { border-color: #D2AC20; }
span { border-color: rgb(210,172,32); }
td.TdClassName
{
border-color: #D2AC20;
}
.TagClassName
{
border-color: #D2AC20;
}
</style>