Shades of Buttercup #DB982D
Tints of Buttercup #DB982D
RGB
CMYK
RGB Variations
Color information
#DB982D (or 0xDB982D) is known color: Buttercup. HEX triplet: DB, 98 and 2D. RGB value is (219,152,45). Sum of RGB (Red+Green+Blue) = 219+152+45=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB982D is #2467D2. Grayscale: #A0A0A0. Windows color (decimal): -2385875 or 2988251. OLE color: 2988251.
HSL color Cylindrical-coordinate representation of color #DB982D: hue angle of 36.9º 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 #DB982D is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 45 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.14 |
| HSL | 36.9º | 0.71% | 0.52% | - |
| HSV(B) | 36.9º | 0.79% | 0.86% | - |
| XYZ | 40.92 | 37.71 | 7.6 | - |
| YUV | 159.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 45 | 0 | 0.31 | 0.79 | 0.14 | 36.9 | 0.71 | 0.52 |
| Hex | DB | 98 | 2D | 0 | 1F | 4F | E | 25 | 47 | 34 |
| Octal | 333 | 230 | 55 | 0 | 37 | 117 | 16 | 45 | 107 | 64 |
| Binary | 11011011 | 10011000 | 101101 | 0 | 11111 | 1001111 | 1110 | 100101 | 1000111 | 110100 |
Color Harmonies of #DB982D
Complementary color
Monochromatic Colors of #DB982D
Black with #DB982D
Text Example
Text Example
White with #DB982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB982D; }
p { color: rgb(219,152,45); }
H1.HeaderClassName
{
color: #DB982D;
}
.AnyTagClassName
{
color: #DB982D;
}
</style>
background-color css
<style>
a { background-color: #DB982D; }
a { background-color: rgb(219,152,45); }
div.DivClassName
{
background-color: #DB982D;
}
.BgClassName
{
background-color: #DB982D;
}
</style>
border-color css
<style>
span { border-color: #DB982D; }
span { border-color: rgb(219,152,45); }
td.TdClassName
{
border-color: #DB982D;
}
.TagClassName
{
border-color: #DB982D;
}
</style>