Shades of Galliano #D59B1B
Tints of Galliano #D59B1B
RGB
CMYK
RGB Variations
Color information
#D59B1B (or 0xD59B1B) is known color: Galliano. HEX triplet: D5, 9B and 1B. RGB value is (213,155,27). Sum of RGB (Red+Green+Blue) = 213+155+27=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B1B is #2A64E4. Grayscale: #9E9E9E. Windows color (decimal): -2778341 or 1809365. OLE color: 1809365.
HSL color Cylindrical-coordinate representation of color #D59B1B: hue angle of 41.29º 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 #D59B1B is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 27 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.16 |
| HSL | 41.29º | 0.78% | 0.47% | - |
| HSV(B) | 41.29º | 0.87% | 0.84% | - |
| XYZ | 39.36 | 37.67 | 6.23 | - |
| YUV | 157.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 27 | 0 | 0.27 | 0.87 | 0.16 | 41.29 | 0.78 | 0.47 |
| Hex | D5 | 9B | 1B | 0 | 1B | 57 | 10 | 29 | 4E | 2F |
| Octal | 325 | 233 | 33 | 0 | 33 | 127 | 20 | 51 | 116 | 57 |
| Binary | 11010101 | 10011011 | 11011 | 0 | 11011 | 1010111 | 10000 | 101001 | 1001110 | 101111 |
Color Harmonies of #D59B1B
Complementary color
Monochromatic Colors of #D59B1B
Black with #D59B1B
Text Example
Text Example
White with #D59B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B1B; }
p { color: rgb(213,155,27); }
H1.HeaderClassName
{
color: #D59B1B;
}
.AnyTagClassName
{
color: #D59B1B;
}
</style>
background-color css
<style>
a { background-color: #D59B1B; }
a { background-color: rgb(213,155,27); }
div.DivClassName
{
background-color: #D59B1B;
}
.BgClassName
{
background-color: #D59B1B;
}
</style>
border-color css
<style>
span { border-color: #D59B1B; }
span { border-color: rgb(213,155,27); }
td.TdClassName
{
border-color: #D59B1B;
}
.TagClassName
{
border-color: #D59B1B;
}
</style>