Shades of Galliano #D79D1F
Tints of Galliano #D79D1F
RGB
CMYK
RGB Variations
Color information
#D79D1F (or 0xD79D1F) is known color: Galliano. HEX triplet: D7, 9D and 1F. RGB value is (215,157,31). Sum of RGB (Red+Green+Blue) = 215+157+31=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79D1F is #2862E0. Grayscale: #A0A0A0. Windows color (decimal): -2646753 or 2072023. OLE color: 2072023.
HSL color Cylindrical-coordinate representation of color #D79D1F: hue angle of 41.09º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D79D1F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 31 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.16 |
| HSL | 41.09º | 0.75% | 0.48% | - |
| HSV(B) | 41.09º | 0.86% | 0.84% | - |
| XYZ | 40.33 | 38.66 | 6.63 | - |
| YUV | 159.98 | 55.22 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 31 | 0 | 0.27 | 0.86 | 0.16 | 41.09 | 0.75 | 0.48 |
| Hex | D7 | 9D | 1F | 0 | 1B | 56 | 10 | 29 | 4B | 30 |
| Octal | 327 | 235 | 37 | 0 | 33 | 126 | 20 | 51 | 113 | 60 |
| Binary | 11010111 | 10011101 | 11111 | 0 | 11011 | 1010110 | 10000 | 101001 | 1001011 | 110000 |
Color Harmonies of #D79D1F
Complementary color
Monochromatic Colors of #D79D1F
Black with #D79D1F
Text Example
Text Example
White with #D79D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D1F; }
p { color: rgb(215,157,31); }
H1.HeaderClassName
{
color: #D79D1F;
}
.AnyTagClassName
{
color: #D79D1F;
}
</style>
background-color css
<style>
a { background-color: #D79D1F; }
a { background-color: rgb(215,157,31); }
div.DivClassName
{
background-color: #D79D1F;
}
.BgClassName
{
background-color: #D79D1F;
}
</style>
border-color css
<style>
span { border-color: #D79D1F; }
span { border-color: rgb(215,157,31); }
td.TdClassName
{
border-color: #D79D1F;
}
.TagClassName
{
border-color: #D79D1F;
}
</style>