Shades of Galliano #D29E27
Tints of Galliano #D29E27
RGB
CMYK
RGB Variations
Color information
#D29E27 (or 0xD29E27) is known color: Galliano. HEX triplet: D2, 9E and 27. RGB value is (210,158,39). Sum of RGB (Red+Green+Blue) = 210+158+39=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E27 is #2D61D8. Grayscale: #A0A0A0. Windows color (decimal): -2974169 or 2596562. OLE color: 2596562.
HSL color Cylindrical-coordinate representation of color #D29E27: hue angle of 41.75º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D29E27 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 39 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.18 |
| HSL | 41.75º | 0.69% | 0.49% | - |
| HSV(B) | 41.75º | 0.81% | 0.82% | - |
| XYZ | 39.17 | 38.3 | 7.25 | - |
| YUV | 159.98 | 59.73 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 39 | 0 | 0.25 | 0.81 | 0.18 | 41.75 | 0.69 | 0.49 |
| Hex | D2 | 9E | 27 | 0 | 19 | 51 | 12 | 2A | 45 | 31 |
| Octal | 322 | 236 | 47 | 0 | 31 | 121 | 22 | 52 | 105 | 61 |
| Binary | 11010010 | 10011110 | 100111 | 0 | 11001 | 1010001 | 10010 | 101010 | 1000101 | 110001 |
Color Harmonies of #D29E27
Complementary color
Monochromatic Colors of #D29E27
Black with #D29E27
Text Example
Text Example
White with #D29E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E27; }
p { color: rgb(210,158,39); }
H1.HeaderClassName
{
color: #D29E27;
}
.AnyTagClassName
{
color: #D29E27;
}
</style>
background-color css
<style>
a { background-color: #D29E27; }
a { background-color: rgb(210,158,39); }
div.DivClassName
{
background-color: #D29E27;
}
.BgClassName
{
background-color: #D29E27;
}
</style>
border-color css
<style>
span { border-color: #D29E27; }
span { border-color: rgb(210,158,39); }
td.TdClassName
{
border-color: #D29E27;
}
.TagClassName
{
border-color: #D29E27;
}
</style>