Shades of Galliano #D59A1D
Tints of Galliano #D59A1D
RGB
CMYK
RGB Variations
Color information
#D59A1D (or 0xD59A1D) is known color: Galliano. HEX triplet: D5, 9A and 1D. RGB value is (213,154,29). Sum of RGB (Red+Green+Blue) = 213+154+29=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A1D is #2A65E2. Grayscale: #9D9D9D. Windows color (decimal): -2778595 or 1940181. OLE color: 1940181.
HSL color Cylindrical-coordinate representation of color #D59A1D: hue angle of 40.76º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D59A1D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 29 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.16 |
| HSL | 40.76º | 0.76% | 0.47% | - |
| HSV(B) | 40.76º | 0.86% | 0.84% | - |
| XYZ | 39.22 | 37.35 | 6.3 | - |
| YUV | 157.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 29 | 0 | 0.28 | 0.86 | 0.16 | 40.76 | 0.76 | 0.47 |
| Hex | D5 | 9A | 1D | 0 | 1C | 56 | 10 | 29 | 4C | 2F |
| Octal | 325 | 232 | 35 | 0 | 34 | 126 | 20 | 51 | 114 | 57 |
| Binary | 11010101 | 10011010 | 11101 | 0 | 11100 | 1010110 | 10000 | 101001 | 1001100 | 101111 |
Color Harmonies of #D59A1D
Complementary color
Monochromatic Colors of #D59A1D
Black with #D59A1D
Text Example
Text Example
White with #D59A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A1D; }
p { color: rgb(213,154,29); }
H1.HeaderClassName
{
color: #D59A1D;
}
.AnyTagClassName
{
color: #D59A1D;
}
</style>
background-color css
<style>
a { background-color: #D59A1D; }
a { background-color: rgb(213,154,29); }
div.DivClassName
{
background-color: #D59A1D;
}
.BgClassName
{
background-color: #D59A1D;
}
</style>
border-color css
<style>
span { border-color: #D59A1D; }
span { border-color: rgb(213,154,29); }
td.TdClassName
{
border-color: #D59A1D;
}
.TagClassName
{
border-color: #D59A1D;
}
</style>