Shades of Buttercup #DB881E
Tints of Buttercup #DB881E
RGB
CMYK
RGB Variations
Color information
#DB881E (or 0xDB881E) is known color: Buttercup. HEX triplet: DB, 88 and 1E. RGB value is (219,136,30). Sum of RGB (Red+Green+Blue) = 219+136+30=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB881E is #2477E1. Grayscale: #959595. Windows color (decimal): -2389986 or 2001115. OLE color: 2001115.
HSL color Cylindrical-coordinate representation of color #DB881E: hue angle of 33.65º 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 #DB881E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 30 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.14 |
| HSL | 33.65º | 0.76% | 0.49% | - |
| HSV(B) | 33.65º | 0.86% | 0.86% | - |
| XYZ | 38.25 | 32.76 | 5.54 | - |
| YUV | 148.73 | 61 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 30 | 0 | 0.38 | 0.86 | 0.14 | 33.65 | 0.76 | 0.49 |
| Hex | DB | 88 | 1E | 0 | 26 | 56 | E | 22 | 4C | 31 |
| Octal | 333 | 210 | 36 | 0 | 46 | 126 | 16 | 42 | 114 | 61 |
| Binary | 11011011 | 10001000 | 11110 | 0 | 100110 | 1010110 | 1110 | 100010 | 1001100 | 110001 |
Color Harmonies of #DB881E
Complementary color
Monochromatic Colors of #DB881E
Black with #DB881E
Text Example
Text Example
White with #DB881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB881E; }
p { color: rgb(219,136,30); }
H1.HeaderClassName
{
color: #DB881E;
}
.AnyTagClassName
{
color: #DB881E;
}
</style>
background-color css
<style>
a { background-color: #DB881E; }
a { background-color: rgb(219,136,30); }
div.DivClassName
{
background-color: #DB881E;
}
.BgClassName
{
background-color: #DB881E;
}
</style>
border-color css
<style>
span { border-color: #DB881E; }
span { border-color: rgb(219,136,30); }
td.TdClassName
{
border-color: #DB881E;
}
.TagClassName
{
border-color: #DB881E;
}
</style>