Shades of Buttercup #DB8729
Tints of Buttercup #DB8729
RGB
CMYK
RGB Variations
Color information
#DB8729 (or 0xDB8729) is known color: Buttercup. HEX triplet: DB, 87 and 29. RGB value is (219,135,41). Sum of RGB (Red+Green+Blue) = 219+135+41=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8729 is #2478D6. Grayscale: #959595. Windows color (decimal): -2390231 or 2721755. OLE color: 2721755.
HSL color Cylindrical-coordinate representation of color #DB8729: hue angle of 31.69º 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 #DB8729 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 41 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.14 |
| HSL | 31.69º | 0.71% | 0.51% | - |
| HSV(B) | 31.69º | 0.81% | 0.86% | - |
| XYZ | 38.28 | 32.55 | 6.36 | - |
| YUV | 149.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 41 | 0 | 0.38 | 0.81 | 0.14 | 31.69 | 0.71 | 0.51 |
| Hex | DB | 87 | 29 | 0 | 26 | 51 | E | 20 | 47 | 33 |
| Octal | 333 | 207 | 51 | 0 | 46 | 121 | 16 | 40 | 107 | 63 |
| Binary | 11011011 | 10000111 | 101001 | 0 | 100110 | 1010001 | 1110 | 100000 | 1000111 | 110011 |
Color Harmonies of #DB8729
Complementary color
Monochromatic Colors of #DB8729
Black with #DB8729
Text Example
Text Example
White with #DB8729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8729; }
p { color: rgb(219,135,41); }
H1.HeaderClassName
{
color: #DB8729;
}
.AnyTagClassName
{
color: #DB8729;
}
</style>
background-color css
<style>
a { background-color: #DB8729; }
a { background-color: rgb(219,135,41); }
div.DivClassName
{
background-color: #DB8729;
}
.BgClassName
{
background-color: #DB8729;
}
</style>
border-color css
<style>
span { border-color: #DB8729; }
span { border-color: rgb(219,135,41); }
td.TdClassName
{
border-color: #DB8729;
}
.TagClassName
{
border-color: #DB8729;
}
</style>