Shades of Galliano #D29918
Tints of Galliano #D29918
RGB
CMYK
RGB Variations
Color information
#D29918 (or 0xD29918) is known color: Galliano. HEX triplet: D2, 99 and 18. RGB value is (210,153,24). Sum of RGB (Red+Green+Blue) = 210+153+24=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D29918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29918 is #2D66E7. Grayscale: #9B9B9B. Windows color (decimal): -2975464 or 1612242. OLE color: 1612242.
HSL color Cylindrical-coordinate representation of color #D29918: hue angle of 41.61º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D29918 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 24 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.18 |
| HSL | 41.61º | 0.79% | 0.46% | - |
| HSV(B) | 41.61º | 0.89% | 0.82% | - |
| XYZ | 38.13 | 36.55 | 5.91 | - |
| YUV | 155.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 24 | 0 | 0.27 | 0.89 | 0.18 | 41.61 | 0.79 | 0.46 |
| Hex | D2 | 99 | 18 | 0 | 1B | 59 | 12 | 2A | 4F | 2E |
| Octal | 322 | 231 | 30 | 0 | 33 | 131 | 22 | 52 | 117 | 56 |
| Binary | 11010010 | 10011001 | 11000 | 0 | 11011 | 1011001 | 10010 | 101010 | 1001111 | 101110 |
Color Harmonies of #D29918
Complementary color
Monochromatic Colors of #D29918
Black with #D29918
Text Example
Text Example
White with #D29918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29918; }
p { color: rgb(210,153,24); }
H1.HeaderClassName
{
color: #D29918;
}
.AnyTagClassName
{
color: #D29918;
}
</style>
background-color css
<style>
a { background-color: #D29918; }
a { background-color: rgb(210,153,24); }
div.DivClassName
{
background-color: #D29918;
}
.BgClassName
{
background-color: #D29918;
}
</style>
border-color css
<style>
span { border-color: #D29918; }
span { border-color: rgb(210,153,24); }
td.TdClassName
{
border-color: #D29918;
}
.TagClassName
{
border-color: #D29918;
}
</style>