Shades of Buttercup #DB891E
Tints of Buttercup #DB891E
RGB
CMYK
RGB Variations
Color information
#DB891E (or 0xDB891E) is known color: Buttercup. HEX triplet: DB, 89 and 1E. RGB value is (219,137,30). Sum of RGB (Red+Green+Blue) = 219+137+30=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB891E is #2476E1. Grayscale: #959595. Windows color (decimal): -2389730 or 2001371. OLE color: 2001371.
HSL color Cylindrical-coordinate representation of color #DB891E: hue angle of 33.97º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB891E is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 30 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.14 |
| HSL | 33.97º | 0.76% | 0.49% | - |
| HSV(B) | 33.97º | 0.86% | 0.86% | - |
| XYZ | 38.39 | 33.05 | 5.58 | - |
| YUV | 149.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 30 | 0 | 0.37 | 0.86 | 0.14 | 33.97 | 0.76 | 0.49 |
| Hex | DB | 89 | 1E | 0 | 25 | 56 | E | 22 | 4C | 31 |
| Octal | 333 | 211 | 36 | 0 | 45 | 126 | 16 | 42 | 114 | 61 |
| Binary | 11011011 | 10001001 | 11110 | 0 | 100101 | 1010110 | 1110 | 100010 | 1001100 | 110001 |
Color Harmonies of #DB891E
Complementary color
Monochromatic Colors of #DB891E
Black with #DB891E
Text Example
Text Example
White with #DB891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB891E; }
p { color: rgb(219,137,30); }
H1.HeaderClassName
{
color: #DB891E;
}
.AnyTagClassName
{
color: #DB891E;
}
</style>
background-color css
<style>
a { background-color: #DB891E; }
a { background-color: rgb(219,137,30); }
div.DivClassName
{
background-color: #DB891E;
}
.BgClassName
{
background-color: #DB891E;
}
</style>
border-color css
<style>
span { border-color: #DB891E; }
span { border-color: rgb(219,137,30); }
td.TdClassName
{
border-color: #DB891E;
}
.TagClassName
{
border-color: #DB891E;
}
</style>