Shades of Galliano #D9AB27
Tints of Galliano #D9AB27
RGB
CMYK
RGB Variations
Color information
#D9AB27 (or 0xD9AB27) is known color: Galliano. HEX triplet: D9, AB and 27. RGB value is (217,171,39). Sum of RGB (Red+Green+Blue) = 217+171+39=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB27 is #2654D8. Grayscale: #AAAAAA. Windows color (decimal): -2512089 or 2599897. OLE color: 2599897.
HSL color Cylindrical-coordinate representation of color #D9AB27: hue angle of 44.49º 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 #D9AB27 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 171 | 39 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.15 |
| HSL | 44.49º | 0.7% | 0.5% | - |
| HSV(B) | 44.49º | 0.82% | 0.85% | - |
| XYZ | 43.54 | 44.02 | 8.12 | - |
| YUV | 169.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 39 | 0 | 0.21 | 0.82 | 0.15 | 44.49 | 0.7 | 0.5 |
| Hex | D9 | AB | 27 | 0 | 15 | 52 | F | 2C | 46 | 32 |
| Octal | 331 | 253 | 47 | 0 | 25 | 122 | 17 | 54 | 106 | 62 |
| Binary | 11011001 | 10101011 | 100111 | 0 | 10101 | 1010010 | 1111 | 101100 | 1000110 | 110010 |
Color Harmonies of #D9AB27
Complementary color
Monochromatic Colors of #D9AB27
Black with #D9AB27
Text Example
Text Example
White with #D9AB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AB27; }
p { color: rgb(217,171,39); }
H1.HeaderClassName
{
color: #D9AB27;
}
.AnyTagClassName
{
color: #D9AB27;
}
</style>
background-color css
<style>
a { background-color: #D9AB27; }
a { background-color: rgb(217,171,39); }
div.DivClassName
{
background-color: #D9AB27;
}
.BgClassName
{
background-color: #D9AB27;
}
</style>
border-color css
<style>
span { border-color: #D9AB27; }
span { border-color: rgb(217,171,39); }
td.TdClassName
{
border-color: #D9AB27;
}
.TagClassName
{
border-color: #D9AB27;
}
</style>