Shades of Buttercup #DB882A
Tints of Buttercup #DB882A
RGB
CMYK
RGB Variations
Color information
#DB882A (or 0xDB882A) is known color: Buttercup. HEX triplet: DB, 88 and 2A. RGB value is (219,136,42). Sum of RGB (Red+Green+Blue) = 219+136+42=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 42 (16.80% from 255 or 10.58% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB882A is #2477D5. Grayscale: #969696. Windows color (decimal): -2389974 or 2787547. OLE color: 2787547.
HSL color Cylindrical-coordinate representation of color #DB882A: hue angle of 31.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB882A is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 42 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.14 |
| HSL | 31.86º | 0.71% | 0.51% | - |
| HSV(B) | 31.86º | 0.81% | 0.86% | - |
| XYZ | 38.44 | 32.84 | 6.5 | - |
| YUV | 150.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 42 | 0 | 0.38 | 0.81 | 0.14 | 31.86 | 0.71 | 0.51 |
| Hex | DB | 88 | 2A | 0 | 26 | 51 | E | 20 | 47 | 33 |
| Octal | 333 | 210 | 52 | 0 | 46 | 121 | 16 | 40 | 107 | 63 |
| Binary | 11011011 | 10001000 | 101010 | 0 | 100110 | 1010001 | 1110 | 100000 | 1000111 | 110011 |
Color Harmonies of #DB882A
Complementary color
Monochromatic Colors of #DB882A
Black with #DB882A
Text Example
Text Example
White with #DB882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB882A; }
p { color: rgb(219,136,42); }
H1.HeaderClassName
{
color: #DB882A;
}
.AnyTagClassName
{
color: #DB882A;
}
</style>
background-color css
<style>
a { background-color: #DB882A; }
a { background-color: rgb(219,136,42); }
div.DivClassName
{
background-color: #DB882A;
}
.BgClassName
{
background-color: #DB882A;
}
</style>
border-color css
<style>
span { border-color: #DB882A; }
span { border-color: rgb(219,136,42); }
td.TdClassName
{
border-color: #DB882A;
}
.TagClassName
{
border-color: #DB882A;
}
</style>