Shades of Buttercup #DB942C
Tints of Buttercup #DB942C
RGB
CMYK
RGB Variations
Color information
#DB942C (or 0xDB942C) is known color: Buttercup. HEX triplet: DB, 94 and 2C. RGB value is (219,148,44). Sum of RGB (Red+Green+Blue) = 219+148+44=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB942C is #246BD3. Grayscale: #9D9D9D. Windows color (decimal): -2386900 or 2921691. OLE color: 2921691.
HSL color Cylindrical-coordinate representation of color #DB942C: hue angle of 35.66º 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 #DB942C is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 44 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.14 |
| HSL | 35.66º | 0.71% | 0.52% | - |
| HSV(B) | 35.66º | 0.8% | 0.86% | - |
| XYZ | 40.26 | 36.42 | 7.29 | - |
| YUV | 157.37 | 64.02 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 44 | 0 | 0.32 | 0.80 | 0.14 | 35.66 | 0.71 | 0.52 |
| Hex | DB | 94 | 2C | 0 | 20 | 50 | E | 24 | 47 | 34 |
| Octal | 333 | 224 | 54 | 0 | 40 | 120 | 16 | 44 | 107 | 64 |
| Binary | 11011011 | 10010100 | 101100 | 0 | 100000 | 1010000 | 1110 | 100100 | 1000111 | 110100 |
Color Harmonies of #DB942C
Complementary color
Monochromatic Colors of #DB942C
Black with #DB942C
Text Example
Text Example
White with #DB942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB942C; }
p { color: rgb(219,148,44); }
H1.HeaderClassName
{
color: #DB942C;
}
.AnyTagClassName
{
color: #DB942C;
}
</style>
background-color css
<style>
a { background-color: #DB942C; }
a { background-color: rgb(219,148,44); }
div.DivClassName
{
background-color: #DB942C;
}
.BgClassName
{
background-color: #DB942C;
}
</style>
border-color css
<style>
span { border-color: #DB942C; }
span { border-color: rgb(219,148,44); }
td.TdClassName
{
border-color: #DB942C;
}
.TagClassName
{
border-color: #DB942C;
}
</style>