Shades of Buttercup #DB882C
Tints of Buttercup #DB882C
RGB
CMYK
RGB Variations
Color information
#DB882C (or 0xDB882C) is known color: Buttercup. HEX triplet: DB, 88 and 2C. RGB value is (219,136,44). Sum of RGB (Red+Green+Blue) = 219+136+44=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB882C is #2477D3. Grayscale: #969696. Windows color (decimal): -2389972 or 2918619. OLE color: 2918619.
HSL color Cylindrical-coordinate representation of color #DB882C: hue angle of 31.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB882C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 44 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.14 |
| HSL | 31.54º | 0.71% | 0.52% | - |
| HSV(B) | 31.54º | 0.8% | 0.86% | - |
| XYZ | 38.47 | 32.85 | 6.7 | - |
| YUV | 150.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 44 | 0 | 0.38 | 0.80 | 0.14 | 31.54 | 0.71 | 0.52 |
| Hex | DB | 88 | 2C | 0 | 26 | 50 | E | 20 | 47 | 34 |
| Octal | 333 | 210 | 54 | 0 | 46 | 120 | 16 | 40 | 107 | 64 |
| Binary | 11011011 | 10001000 | 101100 | 0 | 100110 | 1010000 | 1110 | 100000 | 1000111 | 110100 |
Color Harmonies of #DB882C
Complementary color
Monochromatic Colors of #DB882C
Black with #DB882C
Text Example
Text Example
White with #DB882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB882C; }
p { color: rgb(219,136,44); }
H1.HeaderClassName
{
color: #DB882C;
}
.AnyTagClassName
{
color: #DB882C;
}
</style>
background-color css
<style>
a { background-color: #DB882C; }
a { background-color: rgb(219,136,44); }
div.DivClassName
{
background-color: #DB882C;
}
.BgClassName
{
background-color: #DB882C;
}
</style>
border-color css
<style>
span { border-color: #DB882C; }
span { border-color: rgb(219,136,44); }
td.TdClassName
{
border-color: #DB882C;
}
.TagClassName
{
border-color: #DB882C;
}
</style>