Shades of Galliano #D29C21
Tints of Galliano #D29C21
RGB
CMYK
RGB Variations
Color information
#D29C21 (or 0xD29C21) is known color: Galliano. HEX triplet: D2, 9C and 21. RGB value is (210,156,33). Sum of RGB (Red+Green+Blue) = 210+156+33=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29C21 is #2D63DE. Grayscale: #9E9E9E. Windows color (decimal): -2974687 or 2202834. OLE color: 2202834.
HSL color Cylindrical-coordinate representation of color #D29C21: hue angle of 41.69º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D29C21 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 156 | 33 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.18 |
| HSL | 41.69º | 0.73% | 0.48% | - |
| HSV(B) | 41.69º | 0.84% | 0.82% | - |
| XYZ | 38.74 | 37.59 | 6.65 | - |
| YUV | 158.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 156 | 33 | 0 | 0.26 | 0.84 | 0.18 | 41.69 | 0.73 | 0.48 |
| Hex | D2 | 9C | 21 | 0 | 1A | 54 | 12 | 2A | 49 | 30 |
| Octal | 322 | 234 | 41 | 0 | 32 | 124 | 22 | 52 | 111 | 60 |
| Binary | 11010010 | 10011100 | 100001 | 0 | 11010 | 1010100 | 10010 | 101010 | 1001001 | 110000 |
Color Harmonies of #D29C21
Complementary color
Monochromatic Colors of #D29C21
Black with #D29C21
Text Example
Text Example
White with #D29C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29C21; }
p { color: rgb(210,156,33); }
H1.HeaderClassName
{
color: #D29C21;
}
.AnyTagClassName
{
color: #D29C21;
}
</style>
background-color css
<style>
a { background-color: #D29C21; }
a { background-color: rgb(210,156,33); }
div.DivClassName
{
background-color: #D29C21;
}
.BgClassName
{
background-color: #D29C21;
}
</style>
border-color css
<style>
span { border-color: #D29C21; }
span { border-color: rgb(210,156,33); }
td.TdClassName
{
border-color: #D29C21;
}
.TagClassName
{
border-color: #D29C21;
}
</style>