Shades of Buttercup #DB962D
Tints of Buttercup #DB962D
RGB
CMYK
RGB Variations
Color information
#DB962D (or 0xDB962D) is known color: Buttercup. HEX triplet: DB, 96 and 2D. RGB value is (219,150,45). Sum of RGB (Red+Green+Blue) = 219+150+45=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB962D is #2469D2. Grayscale: #9F9F9F. Windows color (decimal): -2386387 or 2987739. OLE color: 2987739.
HSL color Cylindrical-coordinate representation of color #DB962D: hue angle of 36.21º 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 #DB962D is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 45 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.14 |
| HSL | 36.21º | 0.71% | 0.52% | - |
| HSV(B) | 36.21º | 0.79% | 0.86% | - |
| XYZ | 40.59 | 37.06 | 7.5 | - |
| YUV | 158.66 | 63.86 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 45 | 0 | 0.32 | 0.79 | 0.14 | 36.21 | 0.71 | 0.52 |
| Hex | DB | 96 | 2D | 0 | 20 | 4F | E | 24 | 47 | 34 |
| Octal | 333 | 226 | 55 | 0 | 40 | 117 | 16 | 44 | 107 | 64 |
| Binary | 11011011 | 10010110 | 101101 | 0 | 100000 | 1001111 | 1110 | 100100 | 1000111 | 110100 |
Color Harmonies of #DB962D
Complementary color
Monochromatic Colors of #DB962D
Black with #DB962D
Text Example
Text Example
White with #DB962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB962D; }
p { color: rgb(219,150,45); }
H1.HeaderClassName
{
color: #DB962D;
}
.AnyTagClassName
{
color: #DB962D;
}
</style>
background-color css
<style>
a { background-color: #DB962D; }
a { background-color: rgb(219,150,45); }
div.DivClassName
{
background-color: #DB962D;
}
.BgClassName
{
background-color: #DB962D;
}
</style>
border-color css
<style>
span { border-color: #DB962D; }
span { border-color: rgb(219,150,45); }
td.TdClassName
{
border-color: #DB962D;
}
.TagClassName
{
border-color: #DB962D;
}
</style>