Shades of Buttercup #DB951B
Tints of Buttercup #DB951B
RGB
CMYK
RGB Variations
Color information
#DB951B (or 0xDB951B) is known color: Buttercup. HEX triplet: DB, 95 and 1B. RGB value is (219,149,27). Sum of RGB (Red+Green+Blue) = 219+149+27=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB951B is #246AE4. Grayscale: #9C9C9C. Windows color (decimal): -2386661 or 1807835. OLE color: 1807835.
HSL color Cylindrical-coordinate representation of color #DB951B: hue angle of 38.12º 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 #DB951B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 27 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.14 |
| HSL | 38.13º | 0.78% | 0.48% | - |
| HSV(B) | 38.13º | 0.88% | 0.86% | - |
| XYZ | 40.16 | 36.63 | 5.99 | - |
| YUV | 156.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 27 | 0 | 0.32 | 0.88 | 0.14 | 38.13 | 0.78 | 0.48 |
| Hex | DB | 95 | 1B | 0 | 20 | 58 | E | 26 | 4E | 30 |
| Octal | 333 | 225 | 33 | 0 | 40 | 130 | 16 | 46 | 116 | 60 |
| Binary | 11011011 | 10010101 | 11011 | 0 | 100000 | 1011000 | 1110 | 100110 | 1001110 | 110000 |
Color Harmonies of #DB951B
Complementary color
Monochromatic Colors of #DB951B
Black with #DB951B
Text Example
Text Example
White with #DB951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB951B; }
p { color: rgb(219,149,27); }
H1.HeaderClassName
{
color: #DB951B;
}
.AnyTagClassName
{
color: #DB951B;
}
</style>
background-color css
<style>
a { background-color: #DB951B; }
a { background-color: rgb(219,149,27); }
div.DivClassName
{
background-color: #DB951B;
}
.BgClassName
{
background-color: #DB951B;
}
</style>
border-color css
<style>
span { border-color: #DB951B; }
span { border-color: rgb(219,149,27); }
td.TdClassName
{
border-color: #DB951B;
}
.TagClassName
{
border-color: #DB951B;
}
</style>