Shades of Galliano #D59D1E
Tints of Galliano #D59D1E
RGB
CMYK
RGB Variations
Color information
#D59D1E (or 0xD59D1E) is known color: Galliano. HEX triplet: D5, 9D and 1E. RGB value is (213,157,30). Sum of RGB (Red+Green+Blue) = 213+157+30=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D1E is #2A62E1. Grayscale: #9F9F9F. Windows color (decimal): -2777826 or 2006485. OLE color: 2006485.
HSL color Cylindrical-coordinate representation of color #D59D1E: hue angle of 41.64º 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 #D59D1E is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 30 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.16 |
| HSL | 41.64º | 0.75% | 0.48% | - |
| HSV(B) | 41.64º | 0.86% | 0.84% | - |
| XYZ | 39.73 | 38.35 | 6.54 | - |
| YUV | 159.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 30 | 0 | 0.26 | 0.86 | 0.16 | 41.64 | 0.75 | 0.48 |
| Hex | D5 | 9D | 1E | 0 | 1A | 56 | 10 | 2A | 4B | 30 |
| Octal | 325 | 235 | 36 | 0 | 32 | 126 | 20 | 52 | 113 | 60 |
| Binary | 11010101 | 10011101 | 11110 | 0 | 11010 | 1010110 | 10000 | 101010 | 1001011 | 110000 |
Color Harmonies of #D59D1E
Complementary color
Monochromatic Colors of #D59D1E
Black with #D59D1E
Text Example
Text Example
White with #D59D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D1E; }
p { color: rgb(213,157,30); }
H1.HeaderClassName
{
color: #D59D1E;
}
.AnyTagClassName
{
color: #D59D1E;
}
</style>
background-color css
<style>
a { background-color: #D59D1E; }
a { background-color: rgb(213,157,30); }
div.DivClassName
{
background-color: #D59D1E;
}
.BgClassName
{
background-color: #D59D1E;
}
</style>
border-color css
<style>
span { border-color: #D59D1E; }
span { border-color: rgb(213,157,30); }
td.TdClassName
{
border-color: #D59D1E;
}
.TagClassName
{
border-color: #D59D1E;
}
</style>