Shades of Galliano #D9A325
Tints of Galliano #D9A325
RGB
CMYK
RGB Variations
Color information
#D9A325 (or 0xD9A325) is known color: Galliano. HEX triplet: D9, A3 and 25. RGB value is (217,163,37). Sum of RGB (Red+Green+Blue) = 217+163+37=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A325 is #265CDA. Grayscale: #A5A5A5. Windows color (decimal): -2514139 or 2466777. OLE color: 2466777.
HSL color Cylindrical-coordinate representation of color #D9A325: hue angle of 42º 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 #D9A325 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 163 | 37 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.15 |
| HSL | 42º | 0.71% | 0.5% | - |
| HSV(B) | 42º | 0.83% | 0.85% | - |
| XYZ | 42.05 | 41.08 | 7.46 | - |
| YUV | 164.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 163 | 37 | 0 | 0.25 | 0.83 | 0.15 | 42 | 0.71 | 0.5 |
| Hex | D9 | A3 | 25 | 0 | 19 | 53 | F | 2A | 47 | 32 |
| Octal | 331 | 243 | 45 | 0 | 31 | 123 | 17 | 52 | 107 | 62 |
| Binary | 11011001 | 10100011 | 100101 | 0 | 11001 | 1010011 | 1111 | 101010 | 1000111 | 110010 |
Color Harmonies of #D9A325
Complementary color
Monochromatic Colors of #D9A325
Black with #D9A325
Text Example
Text Example
White with #D9A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A325; }
p { color: rgb(217,163,37); }
H1.HeaderClassName
{
color: #D9A325;
}
.AnyTagClassName
{
color: #D9A325;
}
</style>
background-color css
<style>
a { background-color: #D9A325; }
a { background-color: rgb(217,163,37); }
div.DivClassName
{
background-color: #D9A325;
}
.BgClassName
{
background-color: #D9A325;
}
</style>
border-color css
<style>
span { border-color: #D9A325; }
span { border-color: rgb(217,163,37); }
td.TdClassName
{
border-color: #D9A325;
}
.TagClassName
{
border-color: #D9A325;
}
</style>