Shades of Buttercup #DB8425
Tints of Buttercup #DB8425
RGB
CMYK
RGB Variations
Color information
#DB8425 (or 0xDB8425) is known color: Buttercup. HEX triplet: DB, 84 and 25. RGB value is (219,132,37). Sum of RGB (Red+Green+Blue) = 219+132+37=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8425 is #247BDA. Grayscale: #939393. Windows color (decimal): -2391003 or 2458843. OLE color: 2458843.
HSL color Cylindrical-coordinate representation of color #DB8425: hue angle of 31.32º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB8425 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 37 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.14 |
| HSL | 31.32º | 0.72% | 0.5% | - |
| HSV(B) | 31.32º | 0.83% | 0.86% | - |
| XYZ | 37.8 | 31.7 | 5.88 | - |
| YUV | 147.18 | 65.82 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 37 | 0 | 0.40 | 0.83 | 0.14 | 31.32 | 0.72 | 0.5 |
| Hex | DB | 84 | 25 | 0 | 28 | 53 | E | 1F | 48 | 32 |
| Octal | 333 | 204 | 45 | 0 | 50 | 123 | 16 | 37 | 110 | 62 |
| Binary | 11011011 | 10000100 | 100101 | 0 | 101000 | 1010011 | 1110 | 11111 | 1001000 | 110010 |
Color Harmonies of #DB8425
Complementary color
Monochromatic Colors of #DB8425
Black with #DB8425
Text Example
Text Example
White with #DB8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8425; }
p { color: rgb(219,132,37); }
H1.HeaderClassName
{
color: #DB8425;
}
.AnyTagClassName
{
color: #DB8425;
}
</style>
background-color css
<style>
a { background-color: #DB8425; }
a { background-color: rgb(219,132,37); }
div.DivClassName
{
background-color: #DB8425;
}
.BgClassName
{
background-color: #DB8425;
}
</style>
border-color css
<style>
span { border-color: #DB8425; }
span { border-color: rgb(219,132,37); }
td.TdClassName
{
border-color: #DB8425;
}
.TagClassName
{
border-color: #DB8425;
}
</style>