Shades of Galliano #D8A513
Tints of Galliano #D8A513
RGB
CMYK
RGB Variations
Color information
#D8A513 (or 0xD8A513) is known color: Galliano. HEX triplet: D8, A5 and 13. RGB value is (216,165,19). Sum of RGB (Red+Green+Blue) = 216+165+19=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A513 is #275AEC. Grayscale: #A4A4A4. Windows color (decimal): -2579181 or 1287640. OLE color: 1287640.
HSL color Cylindrical-coordinate representation of color #D8A513: hue angle of 44.47º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8A513 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 19 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.15 |
| HSL | 44.47º | 0.84% | 0.46% | - |
| HSV(B) | 44.47º | 0.91% | 0.85% | - |
| XYZ | 41.89 | 41.56 | 6.43 | - |
| YUV | 163.61 | 46.4 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 19 | 0 | 0.24 | 0.91 | 0.15 | 44.47 | 0.84 | 0.46 |
| Hex | D8 | A5 | 13 | 0 | 18 | 5B | F | 2C | 54 | 2E |
| Octal | 330 | 245 | 23 | 0 | 30 | 133 | 17 | 54 | 124 | 56 |
| Binary | 11011000 | 10100101 | 10011 | 0 | 11000 | 1011011 | 1111 | 101100 | 1010100 | 101110 |
Color Harmonies of #D8A513
Complementary color
Monochromatic Colors of #D8A513
Black with #D8A513
Text Example
Text Example
White with #D8A513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A513; }
p { color: rgb(216,165,19); }
H1.HeaderClassName
{
color: #D8A513;
}
.AnyTagClassName
{
color: #D8A513;
}
</style>
background-color css
<style>
a { background-color: #D8A513; }
a { background-color: rgb(216,165,19); }
div.DivClassName
{
background-color: #D8A513;
}
.BgClassName
{
background-color: #D8A513;
}
</style>
border-color css
<style>
span { border-color: #D8A513; }
span { border-color: rgb(216,165,19); }
td.TdClassName
{
border-color: #D8A513;
}
.TagClassName
{
border-color: #D8A513;
}
</style>