Shades of Buttercup #DB872B
Tints of Buttercup #DB872B
RGB
CMYK
RGB Variations
Color information
#DB872B (or 0xDB872B) is known color: Buttercup. HEX triplet: DB, 87 and 2B. RGB value is (219,135,43). Sum of RGB (Red+Green+Blue) = 219+135+43=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB872B is #2478D4. Grayscale: #969696. Windows color (decimal): -2390229 or 2852827. OLE color: 2852827.
HSL color Cylindrical-coordinate representation of color #DB872B: hue angle of 31.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB872B is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 43 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.14 |
| HSL | 31.36º | 0.71% | 0.51% | - |
| HSV(B) | 31.36º | 0.8% | 0.86% | - |
| XYZ | 38.31 | 32.56 | 6.55 | - |
| YUV | 149.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 43 | 0 | 0.38 | 0.80 | 0.14 | 31.36 | 0.71 | 0.51 |
| Hex | DB | 87 | 2B | 0 | 26 | 50 | E | 1F | 47 | 33 |
| Octal | 333 | 207 | 53 | 0 | 46 | 120 | 16 | 37 | 107 | 63 |
| Binary | 11011011 | 10000111 | 101011 | 0 | 100110 | 1010000 | 1110 | 11111 | 1000111 | 110011 |
Color Harmonies of #DB872B
Complementary color
Monochromatic Colors of #DB872B
Black with #DB872B
Text Example
Text Example
White with #DB872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB872B; }
p { color: rgb(219,135,43); }
H1.HeaderClassName
{
color: #DB872B;
}
.AnyTagClassName
{
color: #DB872B;
}
</style>
background-color css
<style>
a { background-color: #DB872B; }
a { background-color: rgb(219,135,43); }
div.DivClassName
{
background-color: #DB872B;
}
.BgClassName
{
background-color: #DB872B;
}
</style>
border-color css
<style>
span { border-color: #DB872B; }
span { border-color: rgb(219,135,43); }
td.TdClassName
{
border-color: #DB872B;
}
.TagClassName
{
border-color: #DB872B;
}
</style>