Shades of Galliano #D29F20
Tints of Galliano #D29F20
RGB
CMYK
RGB Variations
Color information
#D29F20 (or 0xD29F20) is known color: Galliano. HEX triplet: D2, 9F and 20. RGB value is (210,159,32). Sum of RGB (Red+Green+Blue) = 210+159+32=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F20 is #2D60DF. Grayscale: #A0A0A0. Windows color (decimal): -2973920 or 2138066. OLE color: 2138066.
HSL color Cylindrical-coordinate representation of color #D29F20: hue angle of 42.81º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D29F20 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 32 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.18 |
| HSL | 42.81º | 0.74% | 0.47% | - |
| HSV(B) | 42.81º | 0.85% | 0.82% | - |
| XYZ | 39.24 | 38.6 | 6.75 | - |
| YUV | 159.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 32 | 0 | 0.24 | 0.85 | 0.18 | 42.81 | 0.74 | 0.47 |
| Hex | D2 | 9F | 20 | 0 | 18 | 55 | 12 | 2B | 4A | 2F |
| Octal | 322 | 237 | 40 | 0 | 30 | 125 | 22 | 53 | 112 | 57 |
| Binary | 11010010 | 10011111 | 100000 | 0 | 11000 | 1010101 | 10010 | 101011 | 1001010 | 101111 |
Color Harmonies of #D29F20
Complementary color
Monochromatic Colors of #D29F20
Black with #D29F20
Text Example
Text Example
White with #D29F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F20; }
p { color: rgb(210,159,32); }
H1.HeaderClassName
{
color: #D29F20;
}
.AnyTagClassName
{
color: #D29F20;
}
</style>
background-color css
<style>
a { background-color: #D29F20; }
a { background-color: rgb(210,159,32); }
div.DivClassName
{
background-color: #D29F20;
}
.BgClassName
{
background-color: #D29F20;
}
</style>
border-color css
<style>
span { border-color: #D29F20; }
span { border-color: rgb(210,159,32); }
td.TdClassName
{
border-color: #D29F20;
}
.TagClassName
{
border-color: #D29F20;
}
</style>