Shades of Galliano #D29F18
Tints of Galliano #D29F18
RGB
CMYK
RGB Variations
Color information
#D29F18 (or 0xD29F18) is known color: Galliano. HEX triplet: D2, 9F and 18. RGB value is (210,159,24). Sum of RGB (Red+Green+Blue) = 210+159+24=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29F18 is #2D60E7. Grayscale: #9F9F9F. Windows color (decimal): -2973928 or 1613778. OLE color: 1613778.
HSL color Cylindrical-coordinate representation of color #D29F18: hue angle of 43.55º 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 #D29F18 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 24 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.18 |
| HSL | 43.55º | 0.79% | 0.46% | - |
| HSV(B) | 43.55º | 0.89% | 0.82% | - |
| XYZ | 39.14 | 38.56 | 6.24 | - |
| YUV | 158.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 24 | 0 | 0.24 | 0.89 | 0.18 | 43.55 | 0.79 | 0.46 |
| Hex | D2 | 9F | 18 | 0 | 18 | 59 | 12 | 2C | 4F | 2E |
| Octal | 322 | 237 | 30 | 0 | 30 | 131 | 22 | 54 | 117 | 56 |
| Binary | 11010010 | 10011111 | 11000 | 0 | 11000 | 1011001 | 10010 | 101100 | 1001111 | 101110 |
Color Harmonies of #D29F18
Complementary color
Monochromatic Colors of #D29F18
Black with #D29F18
Text Example
Text Example
White with #D29F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F18; }
p { color: rgb(210,159,24); }
H1.HeaderClassName
{
color: #D29F18;
}
.AnyTagClassName
{
color: #D29F18;
}
</style>
background-color css
<style>
a { background-color: #D29F18; }
a { background-color: rgb(210,159,24); }
div.DivClassName
{
background-color: #D29F18;
}
.BgClassName
{
background-color: #D29F18;
}
</style>
border-color css
<style>
span { border-color: #D29F18; }
span { border-color: rgb(210,159,24); }
td.TdClassName
{
border-color: #D29F18;
}
.TagClassName
{
border-color: #D29F18;
}
</style>