Shades of Buttercup #DB912B
Tints of Buttercup #DB912B
RGB
CMYK
RGB Variations
Color information
#DB912B (or 0xDB912B) is known color: Buttercup. HEX triplet: DB, 91 and 2B. RGB value is (219,145,43). Sum of RGB (Red+Green+Blue) = 219+145+43=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB912B is #246ED4. Grayscale: #9B9B9B. Windows color (decimal): -2387669 or 2855387. OLE color: 2855387.
HSL color Cylindrical-coordinate representation of color #DB912B: hue angle of 34.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB912B is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 43 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.14 |
| HSL | 34.77º | 0.71% | 0.51% | - |
| HSV(B) | 34.77º | 0.8% | 0.86% | - |
| XYZ | 39.77 | 35.49 | 7.04 | - |
| YUV | 155.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 43 | 0 | 0.34 | 0.80 | 0.14 | 34.77 | 0.71 | 0.51 |
| Hex | DB | 91 | 2B | 0 | 22 | 50 | E | 23 | 47 | 33 |
| Octal | 333 | 221 | 53 | 0 | 42 | 120 | 16 | 43 | 107 | 63 |
| Binary | 11011011 | 10010001 | 101011 | 0 | 100010 | 1010000 | 1110 | 100011 | 1000111 | 110011 |
Color Harmonies of #DB912B
Complementary color
Monochromatic Colors of #DB912B
Black with #DB912B
Text Example
Text Example
White with #DB912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB912B; }
p { color: rgb(219,145,43); }
H1.HeaderClassName
{
color: #DB912B;
}
.AnyTagClassName
{
color: #DB912B;
}
</style>
background-color css
<style>
a { background-color: #DB912B; }
a { background-color: rgb(219,145,43); }
div.DivClassName
{
background-color: #DB912B;
}
.BgClassName
{
background-color: #DB912B;
}
</style>
border-color css
<style>
span { border-color: #DB912B; }
span { border-color: rgb(219,145,43); }
td.TdClassName
{
border-color: #DB912B;
}
.TagClassName
{
border-color: #DB912B;
}
</style>