Shades of Galliano #D8AC2B
Tints of Galliano #D8AC2B
RGB
CMYK
RGB Variations
Color information
#D8AC2B (or 0xD8AC2B) is known color: Galliano. HEX triplet: D8, AC and 2B. RGB value is (216,172,43). Sum of RGB (Red+Green+Blue) = 216+172+43=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AC2B is #2753D4. Grayscale: #ABABAB. Windows color (decimal): -2577365 or 2862296. OLE color: 2862296.
HSL color Cylindrical-coordinate representation of color #D8AC2B: hue angle of 44.74º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8AC2B is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 43 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.15 |
| HSL | 44.74º | 0.69% | 0.51% | - |
| HSV(B) | 44.74º | 0.8% | 0.85% | - |
| XYZ | 43.51 | 44.28 | 8.54 | - |
| YUV | 170.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 43 | 0 | 0.20 | 0.80 | 0.15 | 44.74 | 0.69 | 0.51 |
| Hex | D8 | AC | 2B | 0 | 14 | 50 | F | 2D | 45 | 33 |
| Octal | 330 | 254 | 53 | 0 | 24 | 120 | 17 | 55 | 105 | 63 |
| Binary | 11011000 | 10101100 | 101011 | 0 | 10100 | 1010000 | 1111 | 101101 | 1000101 | 110011 |
Color Harmonies of #D8AC2B
Complementary color
Monochromatic Colors of #D8AC2B
Black with #D8AC2B
Text Example
Text Example
White with #D8AC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC2B; }
p { color: rgb(216,172,43); }
H1.HeaderClassName
{
color: #D8AC2B;
}
.AnyTagClassName
{
color: #D8AC2B;
}
</style>
background-color css
<style>
a { background-color: #D8AC2B; }
a { background-color: rgb(216,172,43); }
div.DivClassName
{
background-color: #D8AC2B;
}
.BgClassName
{
background-color: #D8AC2B;
}
</style>
border-color css
<style>
span { border-color: #D8AC2B; }
span { border-color: rgb(216,172,43); }
td.TdClassName
{
border-color: #D8AC2B;
}
.TagClassName
{
border-color: #D8AC2B;
}
</style>