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