Shades of Galliano #D29A1D
Tints of Galliano #D29A1D
RGB
CMYK
RGB Variations
Color information
#D29A1D (or 0xD29A1D) is known color: Galliano. HEX triplet: D2, 9A and 1D. RGB value is (210,154,29). Sum of RGB (Red+Green+Blue) = 210+154+29=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A1D is #2D65E2. Grayscale: #9D9D9D. Windows color (decimal): -2975203 or 1940178. OLE color: 1940178.
HSL color Cylindrical-coordinate representation of color #D29A1D: hue angle of 41.44º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D29A1D is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 29 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.18 |
| HSL | 41.44º | 0.76% | 0.47% | - |
| HSV(B) | 41.44º | 0.86% | 0.82% | - |
| XYZ | 38.36 | 36.9 | 6.26 | - |
| YUV | 156.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 29 | 0 | 0.27 | 0.86 | 0.18 | 41.44 | 0.76 | 0.47 |
| Hex | D2 | 9A | 1D | 0 | 1B | 56 | 12 | 29 | 4C | 2F |
| Octal | 322 | 232 | 35 | 0 | 33 | 126 | 22 | 51 | 114 | 57 |
| Binary | 11010010 | 10011010 | 11101 | 0 | 11011 | 1010110 | 10010 | 101001 | 1001100 | 101111 |
Color Harmonies of #D29A1D
Complementary color
Monochromatic Colors of #D29A1D
Black with #D29A1D
Text Example
Text Example
White with #D29A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29A1D; }
p { color: rgb(210,154,29); }
H1.HeaderClassName
{
color: #D29A1D;
}
.AnyTagClassName
{
color: #D29A1D;
}
</style>
background-color css
<style>
a { background-color: #D29A1D; }
a { background-color: rgb(210,154,29); }
div.DivClassName
{
background-color: #D29A1D;
}
.BgClassName
{
background-color: #D29A1D;
}
</style>
border-color css
<style>
span { border-color: #D29A1D; }
span { border-color: rgb(210,154,29); }
td.TdClassName
{
border-color: #D29A1D;
}
.TagClassName
{
border-color: #D29A1D;
}
</style>