Shades of Galliano #D29F21
Tints of Galliano #D29F21
RGB
CMYK
RGB Variations
Color information
#D29F21 (or 0xD29F21) is known color: Galliano. HEX triplet: D2, 9F and 21. RGB value is (210,159,33). Sum of RGB (Red+Green+Blue) = 210+159+33=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F21 is #2D60DE. Grayscale: #A0A0A0. Windows color (decimal): -2973919 or 2203602. OLE color: 2203602.
HSL color Cylindrical-coordinate representation of color #D29F21: hue angle of 42.71º 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 #D29F21 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 33 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.18 |
| HSL | 42.71º | 0.73% | 0.48% | - |
| HSV(B) | 42.71º | 0.84% | 0.82% | - |
| XYZ | 39.25 | 38.61 | 6.82 | - |
| YUV | 159.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 33 | 0 | 0.24 | 0.84 | 0.18 | 42.71 | 0.73 | 0.48 |
| Hex | D2 | 9F | 21 | 0 | 18 | 54 | 12 | 2B | 49 | 30 |
| Octal | 322 | 237 | 41 | 0 | 30 | 124 | 22 | 53 | 111 | 60 |
| Binary | 11010010 | 10011111 | 100001 | 0 | 11000 | 1010100 | 10010 | 101011 | 1001001 | 110000 |
Color Harmonies of #D29F21
Complementary color
Monochromatic Colors of #D29F21
Black with #D29F21
Text Example
Text Example
White with #D29F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F21; }
p { color: rgb(210,159,33); }
H1.HeaderClassName
{
color: #D29F21;
}
.AnyTagClassName
{
color: #D29F21;
}
</style>
background-color css
<style>
a { background-color: #D29F21; }
a { background-color: rgb(210,159,33); }
div.DivClassName
{
background-color: #D29F21;
}
.BgClassName
{
background-color: #D29F21;
}
</style>
border-color css
<style>
span { border-color: #D29F21; }
span { border-color: rgb(210,159,33); }
td.TdClassName
{
border-color: #D29F21;
}
.TagClassName
{
border-color: #D29F21;
}
</style>