Shades of Buttercup #DB8D2A
Tints of Buttercup #DB8D2A
RGB
CMYK
RGB Variations
Color information
#DB8D2A (or 0xDB8D2A) is known color: Buttercup. HEX triplet: DB, 8D and 2A. RGB value is (219,141,42). Sum of RGB (Red+Green+Blue) = 219+141+42=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8D2A is #2472D5. Grayscale: #999999. Windows color (decimal): -2388694 or 2788827. OLE color: 2788827.
HSL color Cylindrical-coordinate representation of color #DB8D2A: hue angle of 33.56º 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 #DB8D2A is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 42 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.14 |
| HSL | 33.56º | 0.71% | 0.51% | - |
| HSV(B) | 33.56º | 0.81% | 0.86% | - |
| XYZ | 39.16 | 34.28 | 6.74 | - |
| YUV | 153.04 | 65.34 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 42 | 0 | 0.36 | 0.81 | 0.14 | 33.56 | 0.71 | 0.51 |
| Hex | DB | 8D | 2A | 0 | 24 | 51 | E | 22 | 47 | 33 |
| Octal | 333 | 215 | 52 | 0 | 44 | 121 | 16 | 42 | 107 | 63 |
| Binary | 11011011 | 10001101 | 101010 | 0 | 100100 | 1010001 | 1110 | 100010 | 1000111 | 110011 |
Color Harmonies of #DB8D2A
Complementary color
Monochromatic Colors of #DB8D2A
Black with #DB8D2A
Text Example
Text Example
White with #DB8D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D2A; }
p { color: rgb(219,141,42); }
H1.HeaderClassName
{
color: #DB8D2A;
}
.AnyTagClassName
{
color: #DB8D2A;
}
</style>
background-color css
<style>
a { background-color: #DB8D2A; }
a { background-color: rgb(219,141,42); }
div.DivClassName
{
background-color: #DB8D2A;
}
.BgClassName
{
background-color: #DB8D2A;
}
</style>
border-color css
<style>
span { border-color: #DB8D2A; }
span { border-color: rgb(219,141,42); }
td.TdClassName
{
border-color: #DB8D2A;
}
.TagClassName
{
border-color: #DB8D2A;
}
</style>