Shades of Galliano #D8A320
Tints of Galliano #D8A320
RGB
CMYK
RGB Variations
Color information
#D8A320 (or 0xD8A320) is known color: Galliano. HEX triplet: D8, A3 and 20. RGB value is (216,163,32). Sum of RGB (Red+Green+Blue) = 216+163+32=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A320 is #275CDF. Grayscale: #A4A4A4. Windows color (decimal): -2579680 or 2139096. OLE color: 2139096.
HSL color Cylindrical-coordinate representation of color #D8A320: hue angle of 42.72º 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 #D8A320 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 163 | 32 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.15 |
| HSL | 42.72º | 0.74% | 0.49% | - |
| HSV(B) | 42.72º | 0.85% | 0.85% | - |
| XYZ | 41.68 | 40.9 | 7.06 | - |
| YUV | 163.91 | 53.56 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 163 | 32 | 0 | 0.25 | 0.85 | 0.15 | 42.72 | 0.74 | 0.49 |
| Hex | D8 | A3 | 20 | 0 | 19 | 55 | F | 2B | 4A | 31 |
| Octal | 330 | 243 | 40 | 0 | 31 | 125 | 17 | 53 | 112 | 61 |
| Binary | 11011000 | 10100011 | 100000 | 0 | 11001 | 1010101 | 1111 | 101011 | 1001010 | 110001 |
Color Harmonies of #D8A320
Complementary color
Monochromatic Colors of #D8A320
Black with #D8A320
Text Example
Text Example
White with #D8A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A320; }
p { color: rgb(216,163,32); }
H1.HeaderClassName
{
color: #D8A320;
}
.AnyTagClassName
{
color: #D8A320;
}
</style>
background-color css
<style>
a { background-color: #D8A320; }
a { background-color: rgb(216,163,32); }
div.DivClassName
{
background-color: #D8A320;
}
.BgClassName
{
background-color: #D8A320;
}
</style>
border-color css
<style>
span { border-color: #D8A320; }
span { border-color: rgb(216,163,32); }
td.TdClassName
{
border-color: #D8A320;
}
.TagClassName
{
border-color: #D8A320;
}
</style>