Shades of Buttercup #DB9B2E
Tints of Buttercup #DB9B2E
RGB
CMYK
RGB Variations
Color information
#DB9B2E (or 0xDB9B2E) is known color: Buttercup. HEX triplet: DB, 9B and 2E. RGB value is (219,155,46). Sum of RGB (Red+Green+Blue) = 219+155+46=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B2E is #2464D1. Grayscale: #A2A2A2. Windows color (decimal): -2385106 or 3054555. OLE color: 3054555.
HSL color Cylindrical-coordinate representation of color #DB9B2E: hue angle of 37.8º 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 #DB9B2E is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 46 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.14 |
| HSL | 37.8º | 0.71% | 0.52% | - |
| HSV(B) | 37.8º | 0.79% | 0.86% | - |
| XYZ | 41.43 | 38.7 | 7.87 | - |
| YUV | 161.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 46 | 0 | 0.29 | 0.79 | 0.14 | 37.8 | 0.71 | 0.52 |
| Hex | DB | 9B | 2E | 0 | 1D | 4F | E | 26 | 47 | 34 |
| Octal | 333 | 233 | 56 | 0 | 35 | 117 | 16 | 46 | 107 | 64 |
| Binary | 11011011 | 10011011 | 101110 | 0 | 11101 | 1001111 | 1110 | 100110 | 1000111 | 110100 |
Color Harmonies of #DB9B2E
Complementary color
Monochromatic Colors of #DB9B2E
Black with #DB9B2E
Text Example
Text Example
White with #DB9B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B2E; }
p { color: rgb(219,155,46); }
H1.HeaderClassName
{
color: #DB9B2E;
}
.AnyTagClassName
{
color: #DB9B2E;
}
</style>
background-color css
<style>
a { background-color: #DB9B2E; }
a { background-color: rgb(219,155,46); }
div.DivClassName
{
background-color: #DB9B2E;
}
.BgClassName
{
background-color: #DB9B2E;
}
</style>
border-color css
<style>
span { border-color: #DB9B2E; }
span { border-color: rgb(219,155,46); }
td.TdClassName
{
border-color: #DB9B2E;
}
.TagClassName
{
border-color: #DB9B2E;
}
</style>