Shades of Galliano #D79D24
Tints of Galliano #D79D24
RGB
CMYK
RGB Variations
Color information
#D79D24 (or 0xD79D24) is known color: Galliano. HEX triplet: D7, 9D and 24. RGB value is (215,157,36). Sum of RGB (Red+Green+Blue) = 215+157+36=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D24 is #2862DB. Grayscale: #A1A1A1. Windows color (decimal): -2646748 or 2399703. OLE color: 2399703.
HSL color Cylindrical-coordinate representation of color #D79D24: hue angle of 40.56º 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 #D79D24 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 36 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.16 |
| HSL | 40.56º | 0.71% | 0.49% | - |
| HSV(B) | 40.56º | 0.83% | 0.84% | - |
| XYZ | 40.4 | 38.69 | 7.01 | - |
| YUV | 160.55 | 57.72 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 36 | 0 | 0.27 | 0.83 | 0.16 | 40.56 | 0.71 | 0.49 |
| Hex | D7 | 9D | 24 | 0 | 1B | 53 | 10 | 29 | 47 | 31 |
| Octal | 327 | 235 | 44 | 0 | 33 | 123 | 20 | 51 | 107 | 61 |
| Binary | 11010111 | 10011101 | 100100 | 0 | 11011 | 1010011 | 10000 | 101001 | 1000111 | 110001 |
Color Harmonies of #D79D24
Complementary color
Monochromatic Colors of #D79D24
Black with #D79D24
Text Example
Text Example
White with #D79D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D24; }
p { color: rgb(215,157,36); }
H1.HeaderClassName
{
color: #D79D24;
}
.AnyTagClassName
{
color: #D79D24;
}
</style>
background-color css
<style>
a { background-color: #D79D24; }
a { background-color: rgb(215,157,36); }
div.DivClassName
{
background-color: #D79D24;
}
.BgClassName
{
background-color: #D79D24;
}
</style>
border-color css
<style>
span { border-color: #D79D24; }
span { border-color: rgb(215,157,36); }
td.TdClassName
{
border-color: #D79D24;
}
.TagClassName
{
border-color: #D79D24;
}
</style>