Shades of Galliano #D8AB25
Tints of Galliano #D8AB25
RGB
CMYK
RGB Variations
Color information
#D8AB25 (or 0xD8AB25) is known color: Galliano. HEX triplet: D8, AB and 25. RGB value is (216,171,37). Sum of RGB (Red+Green+Blue) = 216+171+37=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB25 is #2754DA. Grayscale: #A9A9A9. Windows color (decimal): -2577627 or 2468824. OLE color: 2468824.
HSL color Cylindrical-coordinate representation of color #D8AB25: hue angle of 44.92º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8AB25 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 37 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.15 |
| HSL | 44.92º | 0.71% | 0.5% | - |
| HSV(B) | 44.92º | 0.83% | 0.85% | - |
| XYZ | 43.22 | 43.86 | 7.94 | - |
| YUV | 169.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 37 | 0 | 0.21 | 0.83 | 0.15 | 44.92 | 0.71 | 0.5 |
| Hex | D8 | AB | 25 | 0 | 15 | 53 | F | 2D | 47 | 32 |
| Octal | 330 | 253 | 45 | 0 | 25 | 123 | 17 | 55 | 107 | 62 |
| Binary | 11011000 | 10101011 | 100101 | 0 | 10101 | 1010011 | 1111 | 101101 | 1000111 | 110010 |
Color Harmonies of #D8AB25
Complementary color
Monochromatic Colors of #D8AB25
Black with #D8AB25
Text Example
Text Example
White with #D8AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB25; }
p { color: rgb(216,171,37); }
H1.HeaderClassName
{
color: #D8AB25;
}
.AnyTagClassName
{
color: #D8AB25;
}
</style>
background-color css
<style>
a { background-color: #D8AB25; }
a { background-color: rgb(216,171,37); }
div.DivClassName
{
background-color: #D8AB25;
}
.BgClassName
{
background-color: #D8AB25;
}
</style>
border-color css
<style>
span { border-color: #D8AB25; }
span { border-color: rgb(216,171,37); }
td.TdClassName
{
border-color: #D8AB25;
}
.TagClassName
{
border-color: #D8AB25;
}
</style>