Shades of Galliano #D79D19
Tints of Galliano #D79D19
RGB
CMYK
RGB Variations
Color information
#D79D19 (or 0xD79D19) is known color: Galliano. HEX triplet: D7, 9D and 19. RGB value is (215,157,25). Sum of RGB (Red+Green+Blue) = 215+157+25=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D19 is #2862E6. Grayscale: #9F9F9F. Windows color (decimal): -2646759 or 1678807. OLE color: 1678807.
HSL color Cylindrical-coordinate representation of color #D79D19: hue angle of 41.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D79D19 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 25 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.16 |
| HSL | 41.68º | 0.79% | 0.47% | - |
| HSV(B) | 41.68º | 0.88% | 0.84% | - |
| XYZ | 40.26 | 38.63 | 6.25 | - |
| YUV | 159.29 | 52.22 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 25 | 0 | 0.27 | 0.88 | 0.16 | 41.68 | 0.79 | 0.47 |
| Hex | D7 | 9D | 19 | 0 | 1B | 58 | 10 | 2A | 4F | 2F |
| Octal | 327 | 235 | 31 | 0 | 33 | 130 | 20 | 52 | 117 | 57 |
| Binary | 11010111 | 10011101 | 11001 | 0 | 11011 | 1011000 | 10000 | 101010 | 1001111 | 101111 |
Color Harmonies of #D79D19
Complementary color
Monochromatic Colors of #D79D19
Black with #D79D19
Text Example
Text Example
White with #D79D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D19; }
p { color: rgb(215,157,25); }
H1.HeaderClassName
{
color: #D79D19;
}
.AnyTagClassName
{
color: #D79D19;
}
</style>
background-color css
<style>
a { background-color: #D79D19; }
a { background-color: rgb(215,157,25); }
div.DivClassName
{
background-color: #D79D19;
}
.BgClassName
{
background-color: #D79D19;
}
</style>
border-color css
<style>
span { border-color: #D79D19; }
span { border-color: rgb(215,157,25); }
td.TdClassName
{
border-color: #D79D19;
}
.TagClassName
{
border-color: #D79D19;
}
</style>