Shades of Galliano #D29D20
Tints of Galliano #D29D20
RGB
CMYK
RGB Variations
Color information
#D29D20 (or 0xD29D20) is known color: Galliano. HEX triplet: D2, 9D and 20. RGB value is (210,157,32). Sum of RGB (Red+Green+Blue) = 210+157+32=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D20 is #2D62DF. Grayscale: #9F9F9F. Windows color (decimal): -2974432 or 2137554. OLE color: 2137554.
HSL color Cylindrical-coordinate representation of color #D29D20: hue angle of 42.13º 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 #D29D20 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 32 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.18 |
| HSL | 42.13º | 0.74% | 0.47% | - |
| HSV(B) | 42.13º | 0.85% | 0.82% | - |
| XYZ | 38.9 | 37.92 | 6.64 | - |
| YUV | 158.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 32 | 0 | 0.25 | 0.85 | 0.18 | 42.13 | 0.74 | 0.47 |
| Hex | D2 | 9D | 20 | 0 | 19 | 55 | 12 | 2A | 4A | 2F |
| Octal | 322 | 235 | 40 | 0 | 31 | 125 | 22 | 52 | 112 | 57 |
| Binary | 11010010 | 10011101 | 100000 | 0 | 11001 | 1010101 | 10010 | 101010 | 1001010 | 101111 |
Color Harmonies of #D29D20
Complementary color
Monochromatic Colors of #D29D20
Black with #D29D20
Text Example
Text Example
White with #D29D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D20; }
p { color: rgb(210,157,32); }
H1.HeaderClassName
{
color: #D29D20;
}
.AnyTagClassName
{
color: #D29D20;
}
</style>
background-color css
<style>
a { background-color: #D29D20; }
a { background-color: rgb(210,157,32); }
div.DivClassName
{
background-color: #D29D20;
}
.BgClassName
{
background-color: #D29D20;
}
</style>
border-color css
<style>
span { border-color: #D29D20; }
span { border-color: rgb(210,157,32); }
td.TdClassName
{
border-color: #D29D20;
}
.TagClassName
{
border-color: #D29D20;
}
</style>