Shades of Galliano #D8A919
Tints of Galliano #D8A919
RGB
CMYK
RGB Variations
Color information
#D8A919 (or 0xD8A919) is known color: Galliano. HEX triplet: D8, A9 and 19. RGB value is (216,169,25). Sum of RGB (Red+Green+Blue) = 216+169+25=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A919 is #2756E6. Grayscale: #A7A7A7. Windows color (decimal): -2578151 or 1681880. OLE color: 1681880.
HSL color Cylindrical-coordinate representation of color #D8A919: hue angle of 45.24º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8A919 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 169 | 25 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.15 |
| HSL | 45.24º | 0.79% | 0.47% | - |
| HSV(B) | 45.24º | 0.88% | 0.85% | - |
| XYZ | 42.68 | 43.05 | 6.98 | - |
| YUV | 166.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 169 | 25 | 0 | 0.22 | 0.88 | 0.15 | 45.24 | 0.79 | 0.47 |
| Hex | D8 | A9 | 19 | 0 | 16 | 58 | F | 2D | 4F | 2F |
| Octal | 330 | 251 | 31 | 0 | 26 | 130 | 17 | 55 | 117 | 57 |
| Binary | 11011000 | 10101001 | 11001 | 0 | 10110 | 1011000 | 1111 | 101101 | 1001111 | 101111 |
Color Harmonies of #D8A919
Complementary color
Monochromatic Colors of #D8A919
Black with #D8A919
Text Example
Text Example
White with #D8A919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A919; }
p { color: rgb(216,169,25); }
H1.HeaderClassName
{
color: #D8A919;
}
.AnyTagClassName
{
color: #D8A919;
}
</style>
background-color css
<style>
a { background-color: #D8A919; }
a { background-color: rgb(216,169,25); }
div.DivClassName
{
background-color: #D8A919;
}
.BgClassName
{
background-color: #D8A919;
}
</style>
border-color css
<style>
span { border-color: #D8A919; }
span { border-color: rgb(216,169,25); }
td.TdClassName
{
border-color: #D8A919;
}
.TagClassName
{
border-color: #D8A919;
}
</style>