Shades of Buttercup #DB872C
Tints of Buttercup #DB872C
RGB
CMYK
RGB Variations
Color information
#DB872C (or 0xDB872C) is known color: Buttercup. HEX triplet: DB, 87 and 2C. RGB value is (219,135,44). Sum of RGB (Red+Green+Blue) = 219+135+44=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB872C is #2478D3. Grayscale: #969696. Windows color (decimal): -2390228 or 2918363. OLE color: 2918363.
HSL color Cylindrical-coordinate representation of color #DB872C: hue angle of 31.2º 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 #DB872C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 44 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.14 |
| HSL | 31.2º | 0.71% | 0.52% | - |
| HSV(B) | 31.2º | 0.8% | 0.86% | - |
| XYZ | 38.33 | 32.57 | 6.65 | - |
| YUV | 149.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 44 | 0 | 0.38 | 0.80 | 0.14 | 31.2 | 0.71 | 0.52 |
| Hex | DB | 87 | 2C | 0 | 26 | 50 | E | 1F | 47 | 34 |
| Octal | 333 | 207 | 54 | 0 | 46 | 120 | 16 | 37 | 107 | 64 |
| Binary | 11011011 | 10000111 | 101100 | 0 | 100110 | 1010000 | 1110 | 11111 | 1000111 | 110100 |
Color Harmonies of #DB872C
Complementary color
Monochromatic Colors of #DB872C
Black with #DB872C
Text Example
Text Example
White with #DB872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB872C; }
p { color: rgb(219,135,44); }
H1.HeaderClassName
{
color: #DB872C;
}
.AnyTagClassName
{
color: #DB872C;
}
</style>
background-color css
<style>
a { background-color: #DB872C; }
a { background-color: rgb(219,135,44); }
div.DivClassName
{
background-color: #DB872C;
}
.BgClassName
{
background-color: #DB872C;
}
</style>
border-color css
<style>
span { border-color: #DB872C; }
span { border-color: rgb(219,135,44); }
td.TdClassName
{
border-color: #DB872C;
}
.TagClassName
{
border-color: #DB872C;
}
</style>