Shades of Buttercup #DB9427
Tints of Buttercup #DB9427
RGB
CMYK
RGB Variations
Color information
#DB9427 (or 0xDB9427) is known color: Buttercup. HEX triplet: DB, 94 and 27. RGB value is (219,148,39). Sum of RGB (Red+Green+Blue) = 219+148+39=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9427 is #246BD8. Grayscale: #9D9D9D. Windows color (decimal): -2386905 or 2594011. OLE color: 2594011.
HSL color Cylindrical-coordinate representation of color #DB9427: hue angle of 36.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9427 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 39 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.14 |
| HSL | 36.33º | 0.71% | 0.51% | - |
| HSV(B) | 36.33º | 0.82% | 0.86% | - |
| XYZ | 40.17 | 36.39 | 6.83 | - |
| YUV | 156.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 39 | 0 | 0.32 | 0.82 | 0.14 | 36.33 | 0.71 | 0.51 |
| Hex | DB | 94 | 27 | 0 | 20 | 52 | E | 24 | 47 | 33 |
| Octal | 333 | 224 | 47 | 0 | 40 | 122 | 16 | 44 | 107 | 63 |
| Binary | 11011011 | 10010100 | 100111 | 0 | 100000 | 1010010 | 1110 | 100100 | 1000111 | 110011 |
Color Harmonies of #DB9427
Complementary color
Monochromatic Colors of #DB9427
Black with #DB9427
Text Example
Text Example
White with #DB9427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9427; }
p { color: rgb(219,148,39); }
H1.HeaderClassName
{
color: #DB9427;
}
.AnyTagClassName
{
color: #DB9427;
}
</style>
background-color css
<style>
a { background-color: #DB9427; }
a { background-color: rgb(219,148,39); }
div.DivClassName
{
background-color: #DB9427;
}
.BgClassName
{
background-color: #DB9427;
}
</style>
border-color css
<style>
span { border-color: #DB9427; }
span { border-color: rgb(219,148,39); }
td.TdClassName
{
border-color: #DB9427;
}
.TagClassName
{
border-color: #DB9427;
}
</style>