Shades of Galliano #D29819
Tints of Galliano #D29819
RGB
CMYK
RGB Variations
Color information
#D29819 (or 0xD29819) is known color: Galliano. HEX triplet: D2, 98 and 19. RGB value is (210,152,25). Sum of RGB (Red+Green+Blue) = 210+152+25=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D29819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29819 is #2D67E6. Grayscale: #9B9B9B. Windows color (decimal): -2975719 or 1677522. OLE color: 1677522.
HSL color Cylindrical-coordinate representation of color #D29819: hue angle of 41.19º 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 #D29819 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 25 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.18 |
| HSL | 41.19º | 0.79% | 0.46% | - |
| HSV(B) | 41.19º | 0.88% | 0.82% | - |
| XYZ | 37.98 | 36.23 | 5.91 | - |
| YUV | 154.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 25 | 0 | 0.28 | 0.88 | 0.18 | 41.19 | 0.79 | 0.46 |
| Hex | D2 | 98 | 19 | 0 | 1C | 58 | 12 | 29 | 4F | 2E |
| Octal | 322 | 230 | 31 | 0 | 34 | 130 | 22 | 51 | 117 | 56 |
| Binary | 11010010 | 10011000 | 11001 | 0 | 11100 | 1011000 | 10010 | 101001 | 1001111 | 101110 |
Color Harmonies of #D29819
Complementary color
Monochromatic Colors of #D29819
Black with #D29819
Text Example
Text Example
White with #D29819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29819; }
p { color: rgb(210,152,25); }
H1.HeaderClassName
{
color: #D29819;
}
.AnyTagClassName
{
color: #D29819;
}
</style>
background-color css
<style>
a { background-color: #D29819; }
a { background-color: rgb(210,152,25); }
div.DivClassName
{
background-color: #D29819;
}
.BgClassName
{
background-color: #D29819;
}
</style>
border-color css
<style>
span { border-color: #D29819; }
span { border-color: rgb(210,152,25); }
td.TdClassName
{
border-color: #D29819;
}
.TagClassName
{
border-color: #D29819;
}
</style>