Shades of Galliano #D8AB27
Tints of Galliano #D8AB27
RGB
CMYK
RGB Variations
Color information
#D8AB27 (or 0xD8AB27) is known color: Galliano. HEX triplet: D8, AB and 27. RGB value is (216,171,39). Sum of RGB (Red+Green+Blue) = 216+171+39=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB27 is #2754D8. Grayscale: #A9A9A9. Windows color (decimal): -2577625 or 2599896. OLE color: 2599896.
HSL color Cylindrical-coordinate representation of color #D8AB27: hue angle of 44.75º degrees, saturation: 0.69, 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 #D8AB27 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 39 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.15 |
| HSL | 44.75º | 0.69% | 0.5% | - |
| HSV(B) | 44.75º | 0.82% | 0.85% | - |
| XYZ | 43.25 | 43.87 | 8.11 | - |
| YUV | 169.41 | 54.41 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 39 | 0 | 0.21 | 0.82 | 0.15 | 44.75 | 0.69 | 0.5 |
| Hex | D8 | AB | 27 | 0 | 15 | 52 | F | 2D | 45 | 32 |
| Octal | 330 | 253 | 47 | 0 | 25 | 122 | 17 | 55 | 105 | 62 |
| Binary | 11011000 | 10101011 | 100111 | 0 | 10101 | 1010010 | 1111 | 101101 | 1000101 | 110010 |
Color Harmonies of #D8AB27
Complementary color
Monochromatic Colors of #D8AB27
Black with #D8AB27
Text Example
Text Example
White with #D8AB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB27; }
p { color: rgb(216,171,39); }
H1.HeaderClassName
{
color: #D8AB27;
}
.AnyTagClassName
{
color: #D8AB27;
}
</style>
background-color css
<style>
a { background-color: #D8AB27; }
a { background-color: rgb(216,171,39); }
div.DivClassName
{
background-color: #D8AB27;
}
.BgClassName
{
background-color: #D8AB27;
}
</style>
border-color css
<style>
span { border-color: #D8AB27; }
span { border-color: rgb(216,171,39); }
td.TdClassName
{
border-color: #D8AB27;
}
.TagClassName
{
border-color: #D8AB27;
}
</style>