Shades of Buttercup #DB951C
Tints of Buttercup #DB951C
RGB
CMYK
RGB Variations
Color information
#DB951C (or 0xDB951C) is known color: Buttercup. HEX triplet: DB, 95 and 1C. RGB value is (219,149,28). Sum of RGB (Red+Green+Blue) = 219+149+28=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB951C is #246AE3. Grayscale: #9C9C9C. Windows color (decimal): -2386660 or 1873371. OLE color: 1873371.
HSL color Cylindrical-coordinate representation of color #DB951C: hue angle of 38.01º 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 #DB951C is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 28 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.14 |
| HSL | 38.01º | 0.77% | 0.48% | - |
| HSV(B) | 38.01º | 0.87% | 0.86% | - |
| XYZ | 40.17 | 36.64 | 6.05 | - |
| YUV | 156.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 28 | 0 | 0.32 | 0.87 | 0.14 | 38.01 | 0.77 | 0.48 |
| Hex | DB | 95 | 1C | 0 | 20 | 57 | E | 26 | 4D | 30 |
| Octal | 333 | 225 | 34 | 0 | 40 | 127 | 16 | 46 | 115 | 60 |
| Binary | 11011011 | 10010101 | 11100 | 0 | 100000 | 1010111 | 1110 | 100110 | 1001101 | 110000 |
Color Harmonies of #DB951C
Complementary color
Monochromatic Colors of #DB951C
Black with #DB951C
Text Example
Text Example
White with #DB951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB951C; }
p { color: rgb(219,149,28); }
H1.HeaderClassName
{
color: #DB951C;
}
.AnyTagClassName
{
color: #DB951C;
}
</style>
background-color css
<style>
a { background-color: #DB951C; }
a { background-color: rgb(219,149,28); }
div.DivClassName
{
background-color: #DB951C;
}
.BgClassName
{
background-color: #DB951C;
}
</style>
border-color css
<style>
span { border-color: #DB951C; }
span { border-color: rgb(219,149,28); }
td.TdClassName
{
border-color: #DB951C;
}
.TagClassName
{
border-color: #DB951C;
}
</style>