Shades of Galliano #D29E19
Tints of Galliano #D29E19
RGB
CMYK
RGB Variations
Color information
#D29E19 (or 0xD29E19) is known color: Galliano. HEX triplet: D2, 9E and 19. RGB value is (210,158,25). Sum of RGB (Red+Green+Blue) = 210+158+25=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29E19 is #2D61E6. Grayscale: #9E9E9E. Windows color (decimal): -2974183 or 1679058. OLE color: 1679058.
HSL color Cylindrical-coordinate representation of color #D29E19: hue angle of 43.14º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D29E19 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 25 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.18 |
| HSL | 43.14º | 0.79% | 0.46% | - |
| HSV(B) | 43.14º | 0.88% | 0.82% | - |
| XYZ | 38.98 | 38.23 | 6.24 | - |
| YUV | 158.39 | 52.73 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 25 | 0 | 0.25 | 0.88 | 0.18 | 43.14 | 0.79 | 0.46 |
| Hex | D2 | 9E | 19 | 0 | 19 | 58 | 12 | 2B | 4F | 2E |
| Octal | 322 | 236 | 31 | 0 | 31 | 130 | 22 | 53 | 117 | 56 |
| Binary | 11010010 | 10011110 | 11001 | 0 | 11001 | 1011000 | 10010 | 101011 | 1001111 | 101110 |
Color Harmonies of #D29E19
Complementary color
Monochromatic Colors of #D29E19
Black with #D29E19
Text Example
Text Example
White with #D29E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E19; }
p { color: rgb(210,158,25); }
H1.HeaderClassName
{
color: #D29E19;
}
.AnyTagClassName
{
color: #D29E19;
}
</style>
background-color css
<style>
a { background-color: #D29E19; }
a { background-color: rgb(210,158,25); }
div.DivClassName
{
background-color: #D29E19;
}
.BgClassName
{
background-color: #D29E19;
}
</style>
border-color css
<style>
span { border-color: #D29E19; }
span { border-color: rgb(210,158,25); }
td.TdClassName
{
border-color: #D29E19;
}
.TagClassName
{
border-color: #D29E19;
}
</style>