Shades of Buttercup #DB992C
Tints of Buttercup #DB992C
RGB
CMYK
RGB Variations
Color information
#DB992C (or 0xDB992C) is known color: Buttercup. HEX triplet: DB, 99 and 2C. RGB value is (219,153,44). Sum of RGB (Red+Green+Blue) = 219+153+44=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB992C is #2466D3. Grayscale: #A0A0A0. Windows color (decimal): -2385620 or 2922971. OLE color: 2922971.
HSL color Cylindrical-coordinate representation of color #DB992C: hue angle of 37.37º 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 #DB992C is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 44 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.14 |
| HSL | 37.37º | 0.71% | 0.52% | - |
| HSV(B) | 37.37º | 0.8% | 0.86% | - |
| XYZ | 41.06 | 38.02 | 7.56 | - |
| YUV | 160.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 44 | 0 | 0.30 | 0.80 | 0.14 | 37.37 | 0.71 | 0.52 |
| Hex | DB | 99 | 2C | 0 | 1E | 50 | E | 25 | 47 | 34 |
| Octal | 333 | 231 | 54 | 0 | 36 | 120 | 16 | 45 | 107 | 64 |
| Binary | 11011011 | 10011001 | 101100 | 0 | 11110 | 1010000 | 1110 | 100101 | 1000111 | 110100 |
Color Harmonies of #DB992C
Complementary color
Monochromatic Colors of #DB992C
Black with #DB992C
Text Example
Text Example
White with #DB992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB992C; }
p { color: rgb(219,153,44); }
H1.HeaderClassName
{
color: #DB992C;
}
.AnyTagClassName
{
color: #DB992C;
}
</style>
background-color css
<style>
a { background-color: #DB992C; }
a { background-color: rgb(219,153,44); }
div.DivClassName
{
background-color: #DB992C;
}
.BgClassName
{
background-color: #DB992C;
}
</style>
border-color css
<style>
span { border-color: #DB992C; }
span { border-color: rgb(219,153,44); }
td.TdClassName
{
border-color: #DB992C;
}
.TagClassName
{
border-color: #DB992C;
}
</style>