Shades of Buttercup #DB8D2D
Tints of Buttercup #DB8D2D
RGB
CMYK
RGB Variations
Color information
#DB8D2D (or 0xDB8D2D) is known color: Buttercup. HEX triplet: DB, 8D and 2D. RGB value is (219,141,45). Sum of RGB (Red+Green+Blue) = 219+141+45=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D2D is #2472D2. Grayscale: #999999. Windows color (decimal): -2388691 or 2985435. OLE color: 2985435.
HSL color Cylindrical-coordinate representation of color #DB8D2D: hue angle of 33.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB8D2D is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 45 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.14 |
| HSL | 33.1º | 0.71% | 0.52% | - |
| HSV(B) | 33.1º | 0.79% | 0.86% | - |
| XYZ | 39.21 | 34.3 | 7.04 | - |
| YUV | 153.38 | 66.84 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 45 | 0 | 0.36 | 0.79 | 0.14 | 33.1 | 0.71 | 0.52 |
| Hex | DB | 8D | 2D | 0 | 24 | 4F | E | 21 | 47 | 34 |
| Octal | 333 | 215 | 55 | 0 | 44 | 117 | 16 | 41 | 107 | 64 |
| Binary | 11011011 | 10001101 | 101101 | 0 | 100100 | 1001111 | 1110 | 100001 | 1000111 | 110100 |
Color Harmonies of #DB8D2D
Complementary color
Monochromatic Colors of #DB8D2D
Black with #DB8D2D
Text Example
Text Example
White with #DB8D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D2D; }
p { color: rgb(219,141,45); }
H1.HeaderClassName
{
color: #DB8D2D;
}
.AnyTagClassName
{
color: #DB8D2D;
}
</style>
background-color css
<style>
a { background-color: #DB8D2D; }
a { background-color: rgb(219,141,45); }
div.DivClassName
{
background-color: #DB8D2D;
}
.BgClassName
{
background-color: #DB8D2D;
}
</style>
border-color css
<style>
span { border-color: #DB8D2D; }
span { border-color: rgb(219,141,45); }
td.TdClassName
{
border-color: #DB8D2D;
}
.TagClassName
{
border-color: #DB8D2D;
}
</style>