Shades of Galliano #D79F2C
Tints of Galliano #D79F2C
RGB
CMYK
RGB Variations
Color information
#D79F2C (or 0xD79F2C) is known color: Galliano. HEX triplet: D7, 9F and 2C. RGB value is (215,159,44). Sum of RGB (Red+Green+Blue) = 215+159+44=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79F2C is #2860D3. Grayscale: #A3A3A3. Windows color (decimal): -2646228 or 2924503. OLE color: 2924503.
HSL color Cylindrical-coordinate representation of color #D79F2C: hue angle of 40.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D79F2C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 159 | 44 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.16 |
| HSL | 40.35º | 0.68% | 0.51% | - |
| HSV(B) | 40.35º | 0.8% | 0.84% | - |
| XYZ | 40.88 | 39.43 | 7.84 | - |
| YUV | 162.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 159 | 44 | 0 | 0.26 | 0.80 | 0.16 | 40.35 | 0.68 | 0.51 |
| Hex | D7 | 9F | 2C | 0 | 1A | 50 | 10 | 28 | 44 | 33 |
| Octal | 327 | 237 | 54 | 0 | 32 | 120 | 20 | 50 | 104 | 63 |
| Binary | 11010111 | 10011111 | 101100 | 0 | 11010 | 1010000 | 10000 | 101000 | 1000100 | 110011 |
Color Harmonies of #D79F2C
Complementary color
Monochromatic Colors of #D79F2C
Black with #D79F2C
Text Example
Text Example
White with #D79F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79F2C; }
p { color: rgb(215,159,44); }
H1.HeaderClassName
{
color: #D79F2C;
}
.AnyTagClassName
{
color: #D79F2C;
}
</style>
background-color css
<style>
a { background-color: #D79F2C; }
a { background-color: rgb(215,159,44); }
div.DivClassName
{
background-color: #D79F2C;
}
.BgClassName
{
background-color: #D79F2C;
}
</style>
border-color css
<style>
span { border-color: #D79F2C; }
span { border-color: rgb(215,159,44); }
td.TdClassName
{
border-color: #D79F2C;
}
.TagClassName
{
border-color: #D79F2C;
}
</style>