Shades of Galliano #D89C1B
Tints of Galliano #D89C1B
RGB
CMYK
RGB Variations
Color information
#D89C1B (or 0xD89C1B) is known color: Galliano. HEX triplet: D8, 9C and 1B. RGB value is (216,156,27). Sum of RGB (Red+Green+Blue) = 216+156+27=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89C1B is #2763E4. Grayscale: #9F9F9F. Windows color (decimal): -2581477 or 1809624. OLE color: 1809624.
HSL color Cylindrical-coordinate representation of color #D89C1B: hue angle of 40.95º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D89C1B is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 27 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.15 |
| HSL | 40.95º | 0.78% | 0.48% | - |
| HSV(B) | 40.95º | 0.88% | 0.85% | - |
| XYZ | 40.41 | 38.46 | 6.33 | - |
| YUV | 159.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 27 | 0 | 0.28 | 0.88 | 0.15 | 40.95 | 0.78 | 0.48 |
| Hex | D8 | 9C | 1B | 0 | 1C | 58 | F | 29 | 4E | 30 |
| Octal | 330 | 234 | 33 | 0 | 34 | 130 | 17 | 51 | 116 | 60 |
| Binary | 11011000 | 10011100 | 11011 | 0 | 11100 | 1011000 | 1111 | 101001 | 1001110 | 110000 |
Color Harmonies of #D89C1B
Complementary color
Monochromatic Colors of #D89C1B
Black with #D89C1B
Text Example
Text Example
White with #D89C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C1B; }
p { color: rgb(216,156,27); }
H1.HeaderClassName
{
color: #D89C1B;
}
.AnyTagClassName
{
color: #D89C1B;
}
</style>
background-color css
<style>
a { background-color: #D89C1B; }
a { background-color: rgb(216,156,27); }
div.DivClassName
{
background-color: #D89C1B;
}
.BgClassName
{
background-color: #D89C1B;
}
</style>
border-color css
<style>
span { border-color: #D89C1B; }
span { border-color: rgb(216,156,27); }
td.TdClassName
{
border-color: #D89C1B;
}
.TagClassName
{
border-color: #D89C1B;
}
</style>