Shades of Buttercup #DB9725
Tints of Buttercup #DB9725
RGB
CMYK
RGB Variations
Color information
#DB9725 (or 0xDB9725) is known color: Buttercup. HEX triplet: DB, 97 and 25. RGB value is (219,151,37). Sum of RGB (Red+Green+Blue) = 219+151+37=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9725 is #2468DA. Grayscale: #9E9E9E. Windows color (decimal): -2386139 or 2463707. OLE color: 2463707.
HSL color Cylindrical-coordinate representation of color #DB9725: hue angle of 37.58º 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 #DB9725 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 37 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.14 |
| HSL | 37.58º | 0.72% | 0.5% | - |
| HSV(B) | 37.58º | 0.83% | 0.86% | - |
| XYZ | 40.61 | 37.33 | 6.81 | - |
| YUV | 158.34 | 59.53 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 37 | 0 | 0.31 | 0.83 | 0.14 | 37.58 | 0.72 | 0.5 |
| Hex | DB | 97 | 25 | 0 | 1F | 53 | E | 26 | 48 | 32 |
| Octal | 333 | 227 | 45 | 0 | 37 | 123 | 16 | 46 | 110 | 62 |
| Binary | 11011011 | 10010111 | 100101 | 0 | 11111 | 1010011 | 1110 | 100110 | 1001000 | 110010 |
Color Harmonies of #DB9725
Complementary color
Monochromatic Colors of #DB9725
Black with #DB9725
Text Example
Text Example
White with #DB9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9725; }
p { color: rgb(219,151,37); }
H1.HeaderClassName
{
color: #DB9725;
}
.AnyTagClassName
{
color: #DB9725;
}
</style>
background-color css
<style>
a { background-color: #DB9725; }
a { background-color: rgb(219,151,37); }
div.DivClassName
{
background-color: #DB9725;
}
.BgClassName
{
background-color: #DB9725;
}
</style>
border-color css
<style>
span { border-color: #DB9725; }
span { border-color: rgb(219,151,37); }
td.TdClassName
{
border-color: #DB9725;
}
.TagClassName
{
border-color: #DB9725;
}
</style>