Shades of Galliano #D89D1B
Tints of Galliano #D89D1B
RGB
CMYK
RGB Variations
Color information
#D89D1B (or 0xD89D1B) is known color: Galliano. HEX triplet: D8, 9D and 1B. RGB value is (216,157,27). Sum of RGB (Red+Green+Blue) = 216+157+27=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89D1B is #2762E4. Grayscale: #A0A0A0. Windows color (decimal): -2581221 or 1809880. OLE color: 1809880.
HSL color Cylindrical-coordinate representation of color #D89D1B: hue angle of 41.27º 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 #D89D1B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.15 |
| HSL | 41.27º | 0.78% | 0.48% | - |
| HSV(B) | 41.27º | 0.88% | 0.85% | - |
| XYZ | 40.57 | 38.79 | 6.39 | - |
| YUV | 159.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 27 | 0 | 0.27 | 0.88 | 0.15 | 41.27 | 0.78 | 0.48 |
| Hex | D8 | 9D | 1B | 0 | 1B | 58 | F | 29 | 4E | 30 |
| Octal | 330 | 235 | 33 | 0 | 33 | 130 | 17 | 51 | 116 | 60 |
| Binary | 11011000 | 10011101 | 11011 | 0 | 11011 | 1011000 | 1111 | 101001 | 1001110 | 110000 |
Color Harmonies of #D89D1B
Complementary color
Monochromatic Colors of #D89D1B
Black with #D89D1B
Text Example
Text Example
White with #D89D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D1B; }
p { color: rgb(216,157,27); }
H1.HeaderClassName
{
color: #D89D1B;
}
.AnyTagClassName
{
color: #D89D1B;
}
</style>
background-color css
<style>
a { background-color: #D89D1B; }
a { background-color: rgb(216,157,27); }
div.DivClassName
{
background-color: #D89D1B;
}
.BgClassName
{
background-color: #D89D1B;
}
</style>
border-color css
<style>
span { border-color: #D89D1B; }
span { border-color: rgb(216,157,27); }
td.TdClassName
{
border-color: #D89D1B;
}
.TagClassName
{
border-color: #D89D1B;
}
</style>