Shades of Galliano #D89C1E
Tints of Galliano #D89C1E
RGB
CMYK
RGB Variations
Color information
#D89C1E (or 0xD89C1E) is known color: Galliano. HEX triplet: D8, 9C and 1E. RGB value is (216,156,30). Sum of RGB (Red+Green+Blue) = 216+156+30=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89C1E is #2763E1. Grayscale: #A0A0A0. Windows color (decimal): -2581474 or 2006232. OLE color: 2006232.
HSL color Cylindrical-coordinate representation of color #D89C1E: hue angle of 40.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D89C1E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 30 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.15 |
| HSL | 40.65º | 0.76% | 0.48% | - |
| HSV(B) | 40.65º | 0.86% | 0.85% | - |
| XYZ | 40.44 | 38.47 | 6.52 | - |
| YUV | 159.58 | 54.88 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 30 | 0 | 0.28 | 0.86 | 0.15 | 40.65 | 0.76 | 0.48 |
| Hex | D8 | 9C | 1E | 0 | 1C | 56 | F | 29 | 4C | 30 |
| Octal | 330 | 234 | 36 | 0 | 34 | 126 | 17 | 51 | 114 | 60 |
| Binary | 11011000 | 10011100 | 11110 | 0 | 11100 | 1010110 | 1111 | 101001 | 1001100 | 110000 |
Color Harmonies of #D89C1E
Complementary color
Monochromatic Colors of #D89C1E
Black with #D89C1E
Text Example
Text Example
White with #D89C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C1E; }
p { color: rgb(216,156,30); }
H1.HeaderClassName
{
color: #D89C1E;
}
.AnyTagClassName
{
color: #D89C1E;
}
</style>
background-color css
<style>
a { background-color: #D89C1E; }
a { background-color: rgb(216,156,30); }
div.DivClassName
{
background-color: #D89C1E;
}
.BgClassName
{
background-color: #D89C1E;
}
</style>
border-color css
<style>
span { border-color: #D89C1E; }
span { border-color: rgb(216,156,30); }
td.TdClassName
{
border-color: #D89C1E;
}
.TagClassName
{
border-color: #D89C1E;
}
</style>