Shades of Galliano #D29F22
Tints of Galliano #D29F22
RGB
CMYK
RGB Variations
Color information
#D29F22 (or 0xD29F22) is known color: Galliano. HEX triplet: D2, 9F and 22. RGB value is (210,159,34). Sum of RGB (Red+Green+Blue) = 210+159+34=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F22 is #2D60DD. Grayscale: #A0A0A0. Windows color (decimal): -2973918 or 2269138. OLE color: 2269138.
HSL color Cylindrical-coordinate representation of color #D29F22: hue angle of 42.61º degrees, saturation: 0.72, 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 #D29F22 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 34 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.18 |
| HSL | 42.61º | 0.72% | 0.48% | - |
| HSV(B) | 42.61º | 0.84% | 0.82% | - |
| XYZ | 39.27 | 38.61 | 6.9 | - |
| YUV | 160 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 34 | 0 | 0.24 | 0.84 | 0.18 | 42.61 | 0.72 | 0.48 |
| Hex | D2 | 9F | 22 | 0 | 18 | 54 | 12 | 2B | 48 | 30 |
| Octal | 322 | 237 | 42 | 0 | 30 | 124 | 22 | 53 | 110 | 60 |
| Binary | 11010010 | 10011111 | 100010 | 0 | 11000 | 1010100 | 10010 | 101011 | 1001000 | 110000 |
Color Harmonies of #D29F22
Complementary color
Monochromatic Colors of #D29F22
Black with #D29F22
Text Example
Text Example
White with #D29F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F22; }
p { color: rgb(210,159,34); }
H1.HeaderClassName
{
color: #D29F22;
}
.AnyTagClassName
{
color: #D29F22;
}
</style>
background-color css
<style>
a { background-color: #D29F22; }
a { background-color: rgb(210,159,34); }
div.DivClassName
{
background-color: #D29F22;
}
.BgClassName
{
background-color: #D29F22;
}
</style>
border-color css
<style>
span { border-color: #D29F22; }
span { border-color: rgb(210,159,34); }
td.TdClassName
{
border-color: #D29F22;
}
.TagClassName
{
border-color: #D29F22;
}
</style>