Shades of Buttercup #DB8929
Tints of Buttercup #DB8929
RGB
CMYK
RGB Variations
Color information
#DB8929 (or 0xDB8929) is known color: Buttercup. HEX triplet: DB, 89 and 29. RGB value is (219,137,41). Sum of RGB (Red+Green+Blue) = 219+137+41=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8929 is #2476D6. Grayscale: #979797. Windows color (decimal): -2389719 or 2722267. OLE color: 2722267.
HSL color Cylindrical-coordinate representation of color #DB8929: hue angle of 32.36º 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 #DB8929 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 41 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.14 |
| HSL | 32.36º | 0.71% | 0.51% | - |
| HSV(B) | 32.36º | 0.81% | 0.86% | - |
| XYZ | 38.56 | 33.11 | 6.46 | - |
| YUV | 150.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 41 | 0 | 0.37 | 0.81 | 0.14 | 32.36 | 0.71 | 0.51 |
| Hex | DB | 89 | 29 | 0 | 25 | 51 | E | 20 | 47 | 33 |
| Octal | 333 | 211 | 51 | 0 | 45 | 121 | 16 | 40 | 107 | 63 |
| Binary | 11011011 | 10001001 | 101001 | 0 | 100101 | 1010001 | 1110 | 100000 | 1000111 | 110011 |
Color Harmonies of #DB8929
Complementary color
Monochromatic Colors of #DB8929
Black with #DB8929
Text Example
Text Example
White with #DB8929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8929; }
p { color: rgb(219,137,41); }
H1.HeaderClassName
{
color: #DB8929;
}
.AnyTagClassName
{
color: #DB8929;
}
</style>
background-color css
<style>
a { background-color: #DB8929; }
a { background-color: rgb(219,137,41); }
div.DivClassName
{
background-color: #DB8929;
}
.BgClassName
{
background-color: #DB8929;
}
</style>
border-color css
<style>
span { border-color: #DB8929; }
span { border-color: rgb(219,137,41); }
td.TdClassName
{
border-color: #DB8929;
}
.TagClassName
{
border-color: #DB8929;
}
</style>