Shades of Buttercup #DB9231
Tints of Buttercup #DB9231
RGB
CMYK
RGB Variations
Color information
#DB9231 (or 0xDB9231) is known color: Buttercup. HEX triplet: DB, 92 and 31. RGB value is (219,146,49). Sum of RGB (Red+Green+Blue) = 219+146+49=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9231 is #246DCE. Grayscale: #9D9D9D. Windows color (decimal): -2387407 or 3248859. OLE color: 3248859.
HSL color Cylindrical-coordinate representation of color #DB9231: hue angle of 34.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB9231 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 49 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.14 |
| HSL | 34.24º | 0.7% | 0.53% | - |
| HSV(B) | 34.24º | 0.78% | 0.86% | - |
| XYZ | 40.05 | 35.84 | 7.71 | - |
| YUV | 156.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 49 | 0 | 0.33 | 0.78 | 0.14 | 34.24 | 0.7 | 0.53 |
| Hex | DB | 92 | 31 | 0 | 21 | 4E | E | 22 | 46 | 35 |
| Octal | 333 | 222 | 61 | 0 | 41 | 116 | 16 | 42 | 106 | 65 |
| Binary | 11011011 | 10010010 | 110001 | 0 | 100001 | 1001110 | 1110 | 100010 | 1000110 | 110101 |
Color Harmonies of #DB9231
Complementary color
Monochromatic Colors of #DB9231
Black with #DB9231
Text Example
Text Example
White with #DB9231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9231; }
p { color: rgb(219,146,49); }
H1.HeaderClassName
{
color: #DB9231;
}
.AnyTagClassName
{
color: #DB9231;
}
</style>
background-color css
<style>
a { background-color: #DB9231; }
a { background-color: rgb(219,146,49); }
div.DivClassName
{
background-color: #DB9231;
}
.BgClassName
{
background-color: #DB9231;
}
</style>
border-color css
<style>
span { border-color: #DB9231; }
span { border-color: rgb(219,146,49); }
td.TdClassName
{
border-color: #DB9231;
}
.TagClassName
{
border-color: #DB9231;
}
</style>