Shades of Buttercup #DB961C
Tints of Buttercup #DB961C
RGB
CMYK
RGB Variations
Color information
#DB961C (or 0xDB961C) is known color: Buttercup. HEX triplet: DB, 96 and 1C. RGB value is (219,150,28). Sum of RGB (Red+Green+Blue) = 219+150+28=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB961C is #2469E3. Grayscale: #9D9D9D. Windows color (decimal): -2386404 or 1873627. OLE color: 1873627.
HSL color Cylindrical-coordinate representation of color #DB961C: hue angle of 38.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB961C is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 28 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.14 |
| HSL | 38.32º | 0.77% | 0.48% | - |
| HSV(B) | 38.32º | 0.87% | 0.86% | - |
| XYZ | 40.33 | 36.96 | 6.11 | - |
| YUV | 156.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 28 | 0 | 0.32 | 0.87 | 0.14 | 38.32 | 0.77 | 0.48 |
| Hex | DB | 96 | 1C | 0 | 20 | 57 | E | 26 | 4D | 30 |
| Octal | 333 | 226 | 34 | 0 | 40 | 127 | 16 | 46 | 115 | 60 |
| Binary | 11011011 | 10010110 | 11100 | 0 | 100000 | 1010111 | 1110 | 100110 | 1001101 | 110000 |
Color Harmonies of #DB961C
Complementary color
Monochromatic Colors of #DB961C
Black with #DB961C
Text Example
Text Example
White with #DB961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB961C; }
p { color: rgb(219,150,28); }
H1.HeaderClassName
{
color: #DB961C;
}
.AnyTagClassName
{
color: #DB961C;
}
</style>
background-color css
<style>
a { background-color: #DB961C; }
a { background-color: rgb(219,150,28); }
div.DivClassName
{
background-color: #DB961C;
}
.BgClassName
{
background-color: #DB961C;
}
</style>
border-color css
<style>
span { border-color: #DB961C; }
span { border-color: rgb(219,150,28); }
td.TdClassName
{
border-color: #DB961C;
}
.TagClassName
{
border-color: #DB961C;
}
</style>