Shades of Galliano #D8AB24
Tints of Galliano #D8AB24
RGB
CMYK
RGB Variations
Color information
#D8AB24 (or 0xD8AB24) is known color: Galliano. HEX triplet: D8, AB and 24. RGB value is (216,171,36). Sum of RGB (Red+Green+Blue) = 216+171+36=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB24 is #2754DB. Grayscale: #A9A9A9. Windows color (decimal): -2577628 or 2403288. OLE color: 2403288.
HSL color Cylindrical-coordinate representation of color #D8AB24: hue angle of 45º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8AB24 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 36 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.15 |
| HSL | 45º | 0.71% | 0.49% | - |
| HSV(B) | 45º | 0.83% | 0.85% | - |
| XYZ | 43.2 | 43.85 | 7.86 | - |
| YUV | 169.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 36 | 0 | 0.21 | 0.83 | 0.15 | 45 | 0.71 | 0.49 |
| Hex | D8 | AB | 24 | 0 | 15 | 53 | F | 2D | 47 | 31 |
| Octal | 330 | 253 | 44 | 0 | 25 | 123 | 17 | 55 | 107 | 61 |
| Binary | 11011000 | 10101011 | 100100 | 0 | 10101 | 1010011 | 1111 | 101101 | 1000111 | 110001 |
Color Harmonies of #D8AB24
Complementary color
Monochromatic Colors of #D8AB24
Black with #D8AB24
Text Example
Text Example
White with #D8AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB24; }
p { color: rgb(216,171,36); }
H1.HeaderClassName
{
color: #D8AB24;
}
.AnyTagClassName
{
color: #D8AB24;
}
</style>
background-color css
<style>
a { background-color: #D8AB24; }
a { background-color: rgb(216,171,36); }
div.DivClassName
{
background-color: #D8AB24;
}
.BgClassName
{
background-color: #D8AB24;
}
</style>
border-color css
<style>
span { border-color: #D8AB24; }
span { border-color: rgb(216,171,36); }
td.TdClassName
{
border-color: #D8AB24;
}
.TagClassName
{
border-color: #D8AB24;
}
</style>