Shades of Galliano #D8AA1B
Tints of Galliano #D8AA1B
RGB
CMYK
RGB Variations
Color information
#D8AA1B (or 0xD8AA1B) is known color: Galliano. HEX triplet: D8, AA and 1B. RGB value is (216,170,27). Sum of RGB (Red+Green+Blue) = 216+170+27=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AA1B is #2755E4. Grayscale: #A8A8A8. Windows color (decimal): -2577893 or 1813208. OLE color: 1813208.
HSL color Cylindrical-coordinate representation of color #D8AA1B: hue angle of 45.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8AA1B is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 27 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.15 |
| HSL | 45.4º | 0.78% | 0.48% | - |
| HSV(B) | 45.4º | 0.88% | 0.85% | - |
| XYZ | 42.89 | 43.43 | 7.16 | - |
| YUV | 167.45 | 48.74 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 27 | 0 | 0.21 | 0.88 | 0.15 | 45.4 | 0.78 | 0.48 |
| Hex | D8 | AA | 1B | 0 | 15 | 58 | F | 2D | 4E | 30 |
| Octal | 330 | 252 | 33 | 0 | 25 | 130 | 17 | 55 | 116 | 60 |
| Binary | 11011000 | 10101010 | 11011 | 0 | 10101 | 1011000 | 1111 | 101101 | 1001110 | 110000 |
Color Harmonies of #D8AA1B
Complementary color
Monochromatic Colors of #D8AA1B
Black with #D8AA1B
Text Example
Text Example
White with #D8AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AA1B; }
p { color: rgb(216,170,27); }
H1.HeaderClassName
{
color: #D8AA1B;
}
.AnyTagClassName
{
color: #D8AA1B;
}
</style>
background-color css
<style>
a { background-color: #D8AA1B; }
a { background-color: rgb(216,170,27); }
div.DivClassName
{
background-color: #D8AA1B;
}
.BgClassName
{
background-color: #D8AA1B;
}
</style>
border-color css
<style>
span { border-color: #D8AA1B; }
span { border-color: rgb(216,170,27); }
td.TdClassName
{
border-color: #D8AA1B;
}
.TagClassName
{
border-color: #D8AA1B;
}
</style>