Shades of Galliano #D7A924
Tints of Galliano #D7A924
RGB
CMYK
RGB Variations
Color information
#D7A924 (or 0xD7A924) is known color: Galliano. HEX triplet: D7, A9 and 24. RGB value is (215,169,36). Sum of RGB (Red+Green+Blue) = 215+169+36=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A924 is #2856DB. Grayscale: #A8A8A8. Windows color (decimal): -2643676 or 2402775. OLE color: 2402775.
HSL color Cylindrical-coordinate representation of color #D7A924: hue angle of 44.58º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7A924 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 36 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.16 |
| HSL | 44.58º | 0.71% | 0.49% | - |
| HSV(B) | 44.58º | 0.83% | 0.84% | - |
| XYZ | 42.53 | 42.95 | 7.72 | - |
| YUV | 167.59 | 53.74 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 36 | 0 | 0.21 | 0.83 | 0.16 | 44.58 | 0.71 | 0.49 |
| Hex | D7 | A9 | 24 | 0 | 15 | 53 | 10 | 2D | 47 | 31 |
| Octal | 327 | 251 | 44 | 0 | 25 | 123 | 20 | 55 | 107 | 61 |
| Binary | 11010111 | 10101001 | 100100 | 0 | 10101 | 1010011 | 10000 | 101101 | 1000111 | 110001 |
Color Harmonies of #D7A924
Complementary color
Monochromatic Colors of #D7A924
Black with #D7A924
Text Example
Text Example
White with #D7A924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A924; }
p { color: rgb(215,169,36); }
H1.HeaderClassName
{
color: #D7A924;
}
.AnyTagClassName
{
color: #D7A924;
}
</style>
background-color css
<style>
a { background-color: #D7A924; }
a { background-color: rgb(215,169,36); }
div.DivClassName
{
background-color: #D7A924;
}
.BgClassName
{
background-color: #D7A924;
}
</style>
border-color css
<style>
span { border-color: #D7A924; }
span { border-color: rgb(215,169,36); }
td.TdClassName
{
border-color: #D7A924;
}
.TagClassName
{
border-color: #D7A924;
}
</style>