Shades of Galliano #D29A16
Tints of Galliano #D29A16
RGB
CMYK
RGB Variations
Color information
#D29A16 (or 0xD29A16) is known color: Galliano. HEX triplet: D2, 9A and 16. RGB value is (210,154,22). Sum of RGB (Red+Green+Blue) = 210+154+22=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29A16 is #2D65E9. Grayscale: #9C9C9C. Windows color (decimal): -2975210 or 1481426. OLE color: 1481426.
HSL color Cylindrical-coordinate representation of color #D29A16: hue angle of 42.13º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D29A16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.18 |
| HSL | 42.13º | 0.81% | 0.45% | - |
| HSV(B) | 42.13º | 0.9% | 0.82% | - |
| XYZ | 38.28 | 36.87 | 5.86 | - |
| YUV | 155.7 | 52.55 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 22 | 0 | 0.27 | 0.90 | 0.18 | 42.13 | 0.81 | 0.45 |
| Hex | D2 | 9A | 16 | 0 | 1B | 5A | 12 | 2A | 51 | 2D |
| Octal | 322 | 232 | 26 | 0 | 33 | 132 | 22 | 52 | 121 | 55 |
| Binary | 11010010 | 10011010 | 10110 | 0 | 11011 | 1011010 | 10010 | 101010 | 1010001 | 101101 |
Color Harmonies of #D29A16
Complementary color
Monochromatic Colors of #D29A16
Black with #D29A16
Text Example
Text Example
White with #D29A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A16; }
p { color: rgb(210,154,22); }
H1.HeaderClassName
{
color: #D29A16;
}
.AnyTagClassName
{
color: #D29A16;
}
</style>
background-color css
<style>
a { background-color: #D29A16; }
a { background-color: rgb(210,154,22); }
div.DivClassName
{
background-color: #D29A16;
}
.BgClassName
{
background-color: #D29A16;
}
</style>
border-color css
<style>
span { border-color: #D29A16; }
span { border-color: rgb(210,154,22); }
td.TdClassName
{
border-color: #D29A16;
}
.TagClassName
{
border-color: #D29A16;
}
</style>