Shades of Galliano #D79B1E
Tints of Galliano #D79B1E
RGB
CMYK
RGB Variations
Color information
#D79B1E (or 0xD79B1E) is known color: Galliano. HEX triplet: D7, 9B and 1E. RGB value is (215,155,30). Sum of RGB (Red+Green+Blue) = 215+155+30=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79B1E is #2864E1. Grayscale: #9F9F9F. Windows color (decimal): -2647266 or 2005975. OLE color: 2005975.
HSL color Cylindrical-coordinate representation of color #D79B1E: hue angle of 40.54º degrees, saturation: 0.76, 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 #D79B1E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 30 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.16 |
| HSL | 40.54º | 0.76% | 0.48% | - |
| HSV(B) | 40.54º | 0.86% | 0.84% | - |
| XYZ | 39.98 | 37.98 | 6.45 | - |
| YUV | 158.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 30 | 0 | 0.28 | 0.86 | 0.16 | 40.54 | 0.76 | 0.48 |
| Hex | D7 | 9B | 1E | 0 | 1C | 56 | 10 | 29 | 4C | 30 |
| Octal | 327 | 233 | 36 | 0 | 34 | 126 | 20 | 51 | 114 | 60 |
| Binary | 11010111 | 10011011 | 11110 | 0 | 11100 | 1010110 | 10000 | 101001 | 1001100 | 110000 |
Color Harmonies of #D79B1E
Complementary color
Monochromatic Colors of #D79B1E
Black with #D79B1E
Text Example
Text Example
White with #D79B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79B1E; }
p { color: rgb(215,155,30); }
H1.HeaderClassName
{
color: #D79B1E;
}
.AnyTagClassName
{
color: #D79B1E;
}
</style>
background-color css
<style>
a { background-color: #D79B1E; }
a { background-color: rgb(215,155,30); }
div.DivClassName
{
background-color: #D79B1E;
}
.BgClassName
{
background-color: #D79B1E;
}
</style>
border-color css
<style>
span { border-color: #D79B1E; }
span { border-color: rgb(215,155,30); }
td.TdClassName
{
border-color: #D79B1E;
}
.TagClassName
{
border-color: #D79B1E;
}
</style>