Shades of Galliano #D79D25
Tints of Galliano #D79D25
RGB
CMYK
RGB Variations
Color information
#D79D25 (or 0xD79D25) is known color: Galliano. HEX triplet: D7, 9D and 25. RGB value is (215,157,37). Sum of RGB (Red+Green+Blue) = 215+157+37=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D25 is #2862DA. Grayscale: #A1A1A1. Windows color (decimal): -2646747 or 2465239. OLE color: 2465239.
HSL color Cylindrical-coordinate representation of color #D79D25: hue angle of 40.45º 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 #D79D25 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 37 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.16 |
| HSL | 40.45º | 0.71% | 0.49% | - |
| HSV(B) | 40.45º | 0.83% | 0.84% | - |
| XYZ | 40.42 | 38.69 | 7.09 | - |
| YUV | 160.66 | 58.22 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 37 | 0 | 0.27 | 0.83 | 0.16 | 40.45 | 0.71 | 0.49 |
| Hex | D7 | 9D | 25 | 0 | 1B | 53 | 10 | 28 | 47 | 31 |
| Octal | 327 | 235 | 45 | 0 | 33 | 123 | 20 | 50 | 107 | 61 |
| Binary | 11010111 | 10011101 | 100101 | 0 | 11011 | 1010011 | 10000 | 101000 | 1000111 | 110001 |
Color Harmonies of #D79D25
Complementary color
Monochromatic Colors of #D79D25
Black with #D79D25
Text Example
Text Example
White with #D79D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D25; }
p { color: rgb(215,157,37); }
H1.HeaderClassName
{
color: #D79D25;
}
.AnyTagClassName
{
color: #D79D25;
}
</style>
background-color css
<style>
a { background-color: #D79D25; }
a { background-color: rgb(215,157,37); }
div.DivClassName
{
background-color: #D79D25;
}
.BgClassName
{
background-color: #D79D25;
}
</style>
border-color css
<style>
span { border-color: #D79D25; }
span { border-color: rgb(215,157,37); }
td.TdClassName
{
border-color: #D79D25;
}
.TagClassName
{
border-color: #D79D25;
}
</style>