Shades of Galliano #D59D1B
Tints of Galliano #D59D1B
RGB
CMYK
RGB Variations
Color information
#D59D1B (or 0xD59D1B) is known color: Galliano. HEX triplet: D5, 9D and 1B. RGB value is (213,157,27). Sum of RGB (Red+Green+Blue) = 213+157+27=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D1B is #2A62E4. Grayscale: #9F9F9F. Windows color (decimal): -2777829 or 1809877. OLE color: 1809877.
HSL color Cylindrical-coordinate representation of color #D59D1B: hue angle of 41.94º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D59D1B is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 27 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.16 |
| HSL | 41.94º | 0.78% | 0.47% | - |
| HSV(B) | 41.94º | 0.87% | 0.84% | - |
| XYZ | 39.7 | 38.34 | 6.34 | - |
| YUV | 158.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 27 | 0 | 0.26 | 0.87 | 0.16 | 41.94 | 0.78 | 0.47 |
| Hex | D5 | 9D | 1B | 0 | 1A | 57 | 10 | 2A | 4E | 2F |
| Octal | 325 | 235 | 33 | 0 | 32 | 127 | 20 | 52 | 116 | 57 |
| Binary | 11010101 | 10011101 | 11011 | 0 | 11010 | 1010111 | 10000 | 101010 | 1001110 | 101111 |
Color Harmonies of #D59D1B
Complementary color
Monochromatic Colors of #D59D1B
Black with #D59D1B
Text Example
Text Example
White with #D59D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D1B; }
p { color: rgb(213,157,27); }
H1.HeaderClassName
{
color: #D59D1B;
}
.AnyTagClassName
{
color: #D59D1B;
}
</style>
background-color css
<style>
a { background-color: #D59D1B; }
a { background-color: rgb(213,157,27); }
div.DivClassName
{
background-color: #D59D1B;
}
.BgClassName
{
background-color: #D59D1B;
}
</style>
border-color css
<style>
span { border-color: #D59D1B; }
span { border-color: rgb(213,157,27); }
td.TdClassName
{
border-color: #D59D1B;
}
.TagClassName
{
border-color: #D59D1B;
}
</style>