Shades of Galliano #D29C18
Tints of Galliano #D29C18
RGB
CMYK
RGB Variations
Color information
#D29C18 (or 0xD29C18) is known color: Galliano. HEX triplet: D2, 9C and 18. RGB value is (210,156,24). Sum of RGB (Red+Green+Blue) = 210+156+24=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29C18 is #2D63E7. Grayscale: #9D9D9D. Windows color (decimal): -2974696 or 1613010. OLE color: 1613010.
HSL color Cylindrical-coordinate representation of color #D29C18: hue angle of 42.58º 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 #D29C18 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 24 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.18 |
| HSL | 42.58º | 0.79% | 0.46% | - |
| HSV(B) | 42.58º | 0.89% | 0.82% | - |
| XYZ | 38.63 | 37.54 | 6.07 | - |
| YUV | 157.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 24 | 0 | 0.26 | 0.89 | 0.18 | 42.58 | 0.79 | 0.46 |
| Hex | D2 | 9C | 18 | 0 | 1A | 59 | 12 | 2B | 4F | 2E |
| Octal | 322 | 234 | 30 | 0 | 32 | 131 | 22 | 53 | 117 | 56 |
| Binary | 11010010 | 10011100 | 11000 | 0 | 11010 | 1011001 | 10010 | 101011 | 1001111 | 101110 |
Color Harmonies of #D29C18
Complementary color
Monochromatic Colors of #D29C18
Black with #D29C18
Text Example
Text Example
White with #D29C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C18; }
p { color: rgb(210,156,24); }
H1.HeaderClassName
{
color: #D29C18;
}
.AnyTagClassName
{
color: #D29C18;
}
</style>
background-color css
<style>
a { background-color: #D29C18; }
a { background-color: rgb(210,156,24); }
div.DivClassName
{
background-color: #D29C18;
}
.BgClassName
{
background-color: #D29C18;
}
</style>
border-color css
<style>
span { border-color: #D29C18; }
span { border-color: rgb(210,156,24); }
td.TdClassName
{
border-color: #D29C18;
}
.TagClassName
{
border-color: #D29C18;
}
</style>