Shades of Buttercup #DB8725
Tints of Buttercup #DB8725
RGB
CMYK
RGB Variations
Color information
#DB8725 (or 0xDB8725) is known color: Buttercup. HEX triplet: DB, 87 and 25. RGB value is (219,135,37). Sum of RGB (Red+Green+Blue) = 219+135+37=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8725 is #2478DA. Grayscale: #959595. Windows color (decimal): -2390235 or 2459611. OLE color: 2459611.
HSL color Cylindrical-coordinate representation of color #DB8725: hue angle of 32.31º 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 #DB8725 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 37 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.14 |
| HSL | 32.31º | 0.72% | 0.5% | - |
| HSV(B) | 32.31º | 0.83% | 0.86% | - |
| XYZ | 38.21 | 32.52 | 6.01 | - |
| YUV | 148.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 37 | 0 | 0.38 | 0.83 | 0.14 | 32.31 | 0.72 | 0.5 |
| Hex | DB | 87 | 25 | 0 | 26 | 53 | E | 20 | 48 | 32 |
| Octal | 333 | 207 | 45 | 0 | 46 | 123 | 16 | 40 | 110 | 62 |
| Binary | 11011011 | 10000111 | 100101 | 0 | 100110 | 1010011 | 1110 | 100000 | 1001000 | 110010 |
Color Harmonies of #DB8725
Complementary color
Monochromatic Colors of #DB8725
Black with #DB8725
Text Example
Text Example
White with #DB8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8725; }
p { color: rgb(219,135,37); }
H1.HeaderClassName
{
color: #DB8725;
}
.AnyTagClassName
{
color: #DB8725;
}
</style>
background-color css
<style>
a { background-color: #DB8725; }
a { background-color: rgb(219,135,37); }
div.DivClassName
{
background-color: #DB8725;
}
.BgClassName
{
background-color: #DB8725;
}
</style>
border-color css
<style>
span { border-color: #DB8725; }
span { border-color: rgb(219,135,37); }
td.TdClassName
{
border-color: #DB8725;
}
.TagClassName
{
border-color: #DB8725;
}
</style>