Shades of Galliano #D9A027
Tints of Galliano #D9A027
RGB
CMYK
RGB Variations
Color information
#D9A027 (or 0xD9A027) is known color: Galliano. HEX triplet: D9, A0 and 27. RGB value is (217,160,39). Sum of RGB (Red+Green+Blue) = 217+160+39=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A027 is #265FD8. Grayscale: #A3A3A3. Windows color (decimal): -2514905 or 2597081. OLE color: 2597081.
HSL color Cylindrical-coordinate representation of color #D9A027: hue angle of 40.79º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9A027 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 160 | 39 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.15 |
| HSL | 40.79º | 0.7% | 0.5% | - |
| HSV(B) | 40.79º | 0.82% | 0.85% | - |
| XYZ | 41.55 | 40.04 | 7.46 | - |
| YUV | 163.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 39 | 0 | 0.26 | 0.82 | 0.15 | 40.79 | 0.7 | 0.5 |
| Hex | D9 | A0 | 27 | 0 | 1A | 52 | F | 29 | 46 | 32 |
| Octal | 331 | 240 | 47 | 0 | 32 | 122 | 17 | 51 | 106 | 62 |
| Binary | 11011001 | 10100000 | 100111 | 0 | 11010 | 1010010 | 1111 | 101001 | 1000110 | 110010 |
Color Harmonies of #D9A027
Complementary color
Monochromatic Colors of #D9A027
Black with #D9A027
Text Example
Text Example
White with #D9A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A027; }
p { color: rgb(217,160,39); }
H1.HeaderClassName
{
color: #D9A027;
}
.AnyTagClassName
{
color: #D9A027;
}
</style>
background-color css
<style>
a { background-color: #D9A027; }
a { background-color: rgb(217,160,39); }
div.DivClassName
{
background-color: #D9A027;
}
.BgClassName
{
background-color: #D9A027;
}
</style>
border-color css
<style>
span { border-color: #D9A027; }
span { border-color: rgb(217,160,39); }
td.TdClassName
{
border-color: #D9A027;
}
.TagClassName
{
border-color: #D9A027;
}
</style>