Shades of Galliano #D0A419
Tints of Galliano #D0A419
RGB
CMYK
RGB Variations
Color information
#D0A419 (or 0xD0A419) is known color: Galliano. HEX triplet: D0, A4 and 19. RGB value is (208,164,25). Sum of RGB (Red+Green+Blue) = 208+164+25=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A419 is #2F5BE6. Grayscale: #A1A1A1. Windows color (decimal): -3103719 or 1680592. OLE color: 1680592.
HSL color Cylindrical-coordinate representation of color #D0A419: hue angle of 45.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0A419 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 25 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.18 |
| HSL | 45.57º | 0.79% | 0.46% | - |
| HSV(B) | 45.57º | 0.88% | 0.82% | - |
| XYZ | 39.46 | 40.03 | 6.57 | - |
| YUV | 161.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 25 | 0 | 0.21 | 0.88 | 0.18 | 45.57 | 0.79 | 0.46 |
| Hex | D0 | A4 | 19 | 0 | 15 | 58 | 12 | 2E | 4F | 2E |
| Octal | 320 | 244 | 31 | 0 | 25 | 130 | 22 | 56 | 117 | 56 |
| Binary | 11010000 | 10100100 | 11001 | 0 | 10101 | 1011000 | 10010 | 101110 | 1001111 | 101110 |
Color Harmonies of #D0A419
Complementary color
Monochromatic Colors of #D0A419
Black with #D0A419
Text Example
Text Example
White with #D0A419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A419; }
p { color: rgb(208,164,25); }
H1.HeaderClassName
{
color: #D0A419;
}
.AnyTagClassName
{
color: #D0A419;
}
</style>
background-color css
<style>
a { background-color: #D0A419; }
a { background-color: rgb(208,164,25); }
div.DivClassName
{
background-color: #D0A419;
}
.BgClassName
{
background-color: #D0A419;
}
</style>
border-color css
<style>
span { border-color: #D0A419; }
span { border-color: rgb(208,164,25); }
td.TdClassName
{
border-color: #D0A419;
}
.TagClassName
{
border-color: #D0A419;
}
</style>