Shades of Buttercup #DB8626
Tints of Buttercup #DB8626
RGB
CMYK
RGB Variations
Color information
#DB8626 (or 0xDB8626) is known color: Buttercup. HEX triplet: DB, 86 and 26. RGB value is (219,134,38). Sum of RGB (Red+Green+Blue) = 219+134+38=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8626 is #2479D9. Grayscale: #949494. Windows color (decimal): -2390490 or 2524891. OLE color: 2524891.
HSL color Cylindrical-coordinate representation of color #DB8626: hue angle of 31.82º 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 #DB8626 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 38 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.14 |
| HSL | 31.82º | 0.72% | 0.5% | - |
| HSV(B) | 31.82º | 0.83% | 0.86% | - |
| XYZ | 38.09 | 32.25 | 6.05 | - |
| YUV | 148.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 38 | 0 | 0.39 | 0.83 | 0.14 | 31.82 | 0.72 | 0.5 |
| Hex | DB | 86 | 26 | 0 | 27 | 53 | E | 20 | 48 | 32 |
| Octal | 333 | 206 | 46 | 0 | 47 | 123 | 16 | 40 | 110 | 62 |
| Binary | 11011011 | 10000110 | 100110 | 0 | 100111 | 1010011 | 1110 | 100000 | 1001000 | 110010 |
Color Harmonies of #DB8626
Complementary color
Monochromatic Colors of #DB8626
Black with #DB8626
Text Example
Text Example
White with #DB8626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8626; }
p { color: rgb(219,134,38); }
H1.HeaderClassName
{
color: #DB8626;
}
.AnyTagClassName
{
color: #DB8626;
}
</style>
background-color css
<style>
a { background-color: #DB8626; }
a { background-color: rgb(219,134,38); }
div.DivClassName
{
background-color: #DB8626;
}
.BgClassName
{
background-color: #DB8626;
}
</style>
border-color css
<style>
span { border-color: #DB8626; }
span { border-color: rgb(219,134,38); }
td.TdClassName
{
border-color: #DB8626;
}
.TagClassName
{
border-color: #DB8626;
}
</style>