Shades of Galliano #D9A425
Tints of Galliano #D9A425
RGB
CMYK
RGB Variations
Color information
#D9A425 (or 0xD9A425) is known color: Galliano. HEX triplet: D9, A4 and 25. RGB value is (217,164,37). Sum of RGB (Red+Green+Blue) = 217+164+37=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A425 is #265BDA. Grayscale: #A5A5A5. Windows color (decimal): -2513883 or 2467033. OLE color: 2467033.
HSL color Cylindrical-coordinate representation of color #D9A425: hue angle of 42.33º 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 #D9A425 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 37 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.15 |
| HSL | 42.33º | 0.71% | 0.5% | - |
| HSV(B) | 42.33º | 0.83% | 0.85% | - |
| XYZ | 42.22 | 41.44 | 7.52 | - |
| YUV | 165.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 37 | 0 | 0.24 | 0.83 | 0.15 | 42.33 | 0.71 | 0.5 |
| Hex | D9 | A4 | 25 | 0 | 18 | 53 | F | 2A | 47 | 32 |
| Octal | 331 | 244 | 45 | 0 | 30 | 123 | 17 | 52 | 107 | 62 |
| Binary | 11011001 | 10100100 | 100101 | 0 | 11000 | 1010011 | 1111 | 101010 | 1000111 | 110010 |
Color Harmonies of #D9A425
Complementary color
Monochromatic Colors of #D9A425
Black with #D9A425
Text Example
Text Example
White with #D9A425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A425; }
p { color: rgb(217,164,37); }
H1.HeaderClassName
{
color: #D9A425;
}
.AnyTagClassName
{
color: #D9A425;
}
</style>
background-color css
<style>
a { background-color: #D9A425; }
a { background-color: rgb(217,164,37); }
div.DivClassName
{
background-color: #D9A425;
}
.BgClassName
{
background-color: #D9A425;
}
</style>
border-color css
<style>
span { border-color: #D9A425; }
span { border-color: rgb(217,164,37); }
td.TdClassName
{
border-color: #D9A425;
}
.TagClassName
{
border-color: #D9A425;
}
</style>