Shades of Buttercup #DB892A
Tints of Buttercup #DB892A
RGB
CMYK
RGB Variations
Color information
#DB892A (or 0xDB892A) is known color: Buttercup. HEX triplet: DB, 89 and 2A. RGB value is (219,137,42). Sum of RGB (Red+Green+Blue) = 219+137+42=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB892A is #2476D5. Grayscale: #979797. Windows color (decimal): -2389718 or 2787803. OLE color: 2787803.
HSL color Cylindrical-coordinate representation of color #DB892A: hue angle of 32.2º 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 #DB892A is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 42 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.14 |
| HSL | 32.2º | 0.71% | 0.51% | - |
| HSV(B) | 32.2º | 0.81% | 0.86% | - |
| XYZ | 38.58 | 33.12 | 6.55 | - |
| YUV | 150.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 42 | 0 | 0.37 | 0.81 | 0.14 | 32.2 | 0.71 | 0.51 |
| Hex | DB | 89 | 2A | 0 | 25 | 51 | E | 20 | 47 | 33 |
| Octal | 333 | 211 | 52 | 0 | 45 | 121 | 16 | 40 | 107 | 63 |
| Binary | 11011011 | 10001001 | 101010 | 0 | 100101 | 1010001 | 1110 | 100000 | 1000111 | 110011 |
Color Harmonies of #DB892A
Complementary color
Monochromatic Colors of #DB892A
Black with #DB892A
Text Example
Text Example
White with #DB892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB892A; }
p { color: rgb(219,137,42); }
H1.HeaderClassName
{
color: #DB892A;
}
.AnyTagClassName
{
color: #DB892A;
}
</style>
background-color css
<style>
a { background-color: #DB892A; }
a { background-color: rgb(219,137,42); }
div.DivClassName
{
background-color: #DB892A;
}
.BgClassName
{
background-color: #DB892A;
}
</style>
border-color css
<style>
span { border-color: #DB892A; }
span { border-color: rgb(219,137,42); }
td.TdClassName
{
border-color: #DB892A;
}
.TagClassName
{
border-color: #DB892A;
}
</style>