Shades of Buttercup #DB912A
Tints of Buttercup #DB912A
RGB
CMYK
RGB Variations
Color information
#DB912A (or 0xDB912A) is known color: Buttercup. HEX triplet: DB, 91 and 2A. RGB value is (219,145,42). Sum of RGB (Red+Green+Blue) = 219+145+42=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB912A is #246ED5. Grayscale: #9B9B9B. Windows color (decimal): -2387670 or 2789851. OLE color: 2789851.
HSL color Cylindrical-coordinate representation of color #DB912A: hue angle of 34.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB912A is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 42 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.14 |
| HSL | 34.92º | 0.71% | 0.51% | - |
| HSV(B) | 34.92º | 0.81% | 0.86% | - |
| XYZ | 39.76 | 35.48 | 6.94 | - |
| YUV | 155.38 | 64.02 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 42 | 0 | 0.34 | 0.81 | 0.14 | 34.92 | 0.71 | 0.51 |
| Hex | DB | 91 | 2A | 0 | 22 | 51 | E | 23 | 47 | 33 |
| Octal | 333 | 221 | 52 | 0 | 42 | 121 | 16 | 43 | 107 | 63 |
| Binary | 11011011 | 10010001 | 101010 | 0 | 100010 | 1010001 | 1110 | 100011 | 1000111 | 110011 |
Color Harmonies of #DB912A
Complementary color
Monochromatic Colors of #DB912A
Black with #DB912A
Text Example
Text Example
White with #DB912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB912A; }
p { color: rgb(219,145,42); }
H1.HeaderClassName
{
color: #DB912A;
}
.AnyTagClassName
{
color: #DB912A;
}
</style>
background-color css
<style>
a { background-color: #DB912A; }
a { background-color: rgb(219,145,42); }
div.DivClassName
{
background-color: #DB912A;
}
.BgClassName
{
background-color: #DB912A;
}
</style>
border-color css
<style>
span { border-color: #DB912A; }
span { border-color: rgb(219,145,42); }
td.TdClassName
{
border-color: #DB912A;
}
.TagClassName
{
border-color: #DB912A;
}
</style>