Shades of Buttercup #DB992A
Tints of Buttercup #DB992A
RGB
CMYK
RGB Variations
Color information
#DB992A (or 0xDB992A) is known color: Buttercup. HEX triplet: DB, 99 and 2A. RGB value is (219,153,42). Sum of RGB (Red+Green+Blue) = 219+153+42=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB992A is #2466D5. Grayscale: #A0A0A0. Windows color (decimal): -2385622 or 2791899. OLE color: 2791899.
HSL color Cylindrical-coordinate representation of color #DB992A: hue angle of 37.63º 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 #DB992A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 42 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.14 |
| HSL | 37.63º | 0.71% | 0.51% | - |
| HSV(B) | 37.63º | 0.81% | 0.86% | - |
| XYZ | 41.02 | 38.01 | 7.36 | - |
| YUV | 160.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 42 | 0 | 0.30 | 0.81 | 0.14 | 37.63 | 0.71 | 0.51 |
| Hex | DB | 99 | 2A | 0 | 1E | 51 | E | 26 | 47 | 33 |
| Octal | 333 | 231 | 52 | 0 | 36 | 121 | 16 | 46 | 107 | 63 |
| Binary | 11011011 | 10011001 | 101010 | 0 | 11110 | 1010001 | 1110 | 100110 | 1000111 | 110011 |
Color Harmonies of #DB992A
Complementary color
Monochromatic Colors of #DB992A
Black with #DB992A
Text Example
Text Example
White with #DB992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB992A; }
p { color: rgb(219,153,42); }
H1.HeaderClassName
{
color: #DB992A;
}
.AnyTagClassName
{
color: #DB992A;
}
</style>
background-color css
<style>
a { background-color: #DB992A; }
a { background-color: rgb(219,153,42); }
div.DivClassName
{
background-color: #DB992A;
}
.BgClassName
{
background-color: #DB992A;
}
</style>
border-color css
<style>
span { border-color: #DB992A; }
span { border-color: rgb(219,153,42); }
td.TdClassName
{
border-color: #DB992A;
}
.TagClassName
{
border-color: #DB992A;
}
</style>