Shades of Buttercup #DB961B
Tints of Buttercup #DB961B
RGB
CMYK
RGB Variations
Color information
#DB961B (or 0xDB961B) is known color: Buttercup. HEX triplet: DB, 96 and 1B. RGB value is (219,150,27). Sum of RGB (Red+Green+Blue) = 219+150+27=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB961B is #2469E4. Grayscale: #9D9D9D. Windows color (decimal): -2386405 or 1808091. OLE color: 1808091.
HSL color Cylindrical-coordinate representation of color #DB961B: hue angle of 38.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB961B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.14 |
| HSL | 38.44º | 0.78% | 0.48% | - |
| HSV(B) | 38.44º | 0.88% | 0.86% | - |
| XYZ | 40.32 | 36.95 | 6.04 | - |
| YUV | 156.61 | 54.86 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 27 | 0 | 0.32 | 0.88 | 0.14 | 38.44 | 0.78 | 0.48 |
| Hex | DB | 96 | 1B | 0 | 20 | 58 | E | 26 | 4E | 30 |
| Octal | 333 | 226 | 33 | 0 | 40 | 130 | 16 | 46 | 116 | 60 |
| Binary | 11011011 | 10010110 | 11011 | 0 | 100000 | 1011000 | 1110 | 100110 | 1001110 | 110000 |
Color Harmonies of #DB961B
Complementary color
Monochromatic Colors of #DB961B
Black with #DB961B
Text Example
Text Example
White with #DB961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB961B; }
p { color: rgb(219,150,27); }
H1.HeaderClassName
{
color: #DB961B;
}
.AnyTagClassName
{
color: #DB961B;
}
</style>
background-color css
<style>
a { background-color: #DB961B; }
a { background-color: rgb(219,150,27); }
div.DivClassName
{
background-color: #DB961B;
}
.BgClassName
{
background-color: #DB961B;
}
</style>
border-color css
<style>
span { border-color: #DB961B; }
span { border-color: rgb(219,150,27); }
td.TdClassName
{
border-color: #DB961B;
}
.TagClassName
{
border-color: #DB961B;
}
</style>