Shades of Buttercup #DB982A
Tints of Buttercup #DB982A
RGB
CMYK
RGB Variations
Color information
#DB982A (or 0xDB982A) is known color: Buttercup. HEX triplet: DB, 98 and 2A. RGB value is (219,152,42). Sum of RGB (Red+Green+Blue) = 219+152+42=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB982A is #2467D5. Grayscale: #A0A0A0. Windows color (decimal): -2385878 or 2791643. OLE color: 2791643.
HSL color Cylindrical-coordinate representation of color #DB982A: hue angle of 37.29º 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 #DB982A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 42 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.14 |
| HSL | 37.29º | 0.71% | 0.51% | - |
| HSV(B) | 37.29º | 0.81% | 0.86% | - |
| XYZ | 40.86 | 37.68 | 7.31 | - |
| YUV | 159.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 42 | 0 | 0.31 | 0.81 | 0.14 | 37.29 | 0.71 | 0.51 |
| Hex | DB | 98 | 2A | 0 | 1F | 51 | E | 25 | 47 | 33 |
| Octal | 333 | 230 | 52 | 0 | 37 | 121 | 16 | 45 | 107 | 63 |
| Binary | 11011011 | 10011000 | 101010 | 0 | 11111 | 1010001 | 1110 | 100101 | 1000111 | 110011 |
Color Harmonies of #DB982A
Complementary color
Monochromatic Colors of #DB982A
Black with #DB982A
Text Example
Text Example
White with #DB982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB982A; }
p { color: rgb(219,152,42); }
H1.HeaderClassName
{
color: #DB982A;
}
.AnyTagClassName
{
color: #DB982A;
}
</style>
background-color css
<style>
a { background-color: #DB982A; }
a { background-color: rgb(219,152,42); }
div.DivClassName
{
background-color: #DB982A;
}
.BgClassName
{
background-color: #DB982A;
}
</style>
border-color css
<style>
span { border-color: #DB982A; }
span { border-color: rgb(219,152,42); }
td.TdClassName
{
border-color: #DB982A;
}
.TagClassName
{
border-color: #DB982A;
}
</style>