Shades of Galliano #D8AC20
Tints of Galliano #D8AC20
RGB
CMYK
RGB Variations
Color information
#D8AC20 (or 0xD8AC20) is known color: Galliano. HEX triplet: D8, AC and 20. RGB value is (216,172,32). Sum of RGB (Red+Green+Blue) = 216+172+32=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC20 is #2753DF. Grayscale: #A9A9A9. Windows color (decimal): -2577376 or 2141400. OLE color: 2141400.
HSL color Cylindrical-coordinate representation of color #D8AC20: hue angle of 45.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8AC20 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 32 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.15 |
| HSL | 45.65º | 0.74% | 0.49% | - |
| HSV(B) | 45.65º | 0.85% | 0.85% | - |
| XYZ | 43.33 | 44.21 | 7.62 | - |
| YUV | 169.2 | 50.58 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 32 | 0 | 0.20 | 0.85 | 0.15 | 45.65 | 0.74 | 0.49 |
| Hex | D8 | AC | 20 | 0 | 14 | 55 | F | 2E | 4A | 31 |
| Octal | 330 | 254 | 40 | 0 | 24 | 125 | 17 | 56 | 112 | 61 |
| Binary | 11011000 | 10101100 | 100000 | 0 | 10100 | 1010101 | 1111 | 101110 | 1001010 | 110001 |
Color Harmonies of #D8AC20
Complementary color
Monochromatic Colors of #D8AC20
Black with #D8AC20
Text Example
Text Example
White with #D8AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC20; }
p { color: rgb(216,172,32); }
H1.HeaderClassName
{
color: #D8AC20;
}
.AnyTagClassName
{
color: #D8AC20;
}
</style>
background-color css
<style>
a { background-color: #D8AC20; }
a { background-color: rgb(216,172,32); }
div.DivClassName
{
background-color: #D8AC20;
}
.BgClassName
{
background-color: #D8AC20;
}
</style>
border-color css
<style>
span { border-color: #D8AC20; }
span { border-color: rgb(216,172,32); }
td.TdClassName
{
border-color: #D8AC20;
}
.TagClassName
{
border-color: #D8AC20;
}
</style>