Shades of Buttercup #DB8817
Tints of Buttercup #DB8817
RGB
CMYK
RGB Variations
Color information
#DB8817 (or 0xDB8817) is known color: Buttercup. HEX triplet: DB, 88 and 17. RGB value is (219,136,23). Sum of RGB (Red+Green+Blue) = 219+136+23=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8817 is #2477E8. Grayscale: #949494. Windows color (decimal): -2389993 or 1542363. OLE color: 1542363.
HSL color Cylindrical-coordinate representation of color #DB8817: hue angle of 34.59º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8817 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 23 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.14 |
| HSL | 34.59º | 0.81% | 0.47% | - |
| HSV(B) | 34.59º | 0.89% | 0.86% | - |
| XYZ | 38.17 | 32.73 | 5.12 | - |
| YUV | 147.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 23 | 0 | 0.38 | 0.89 | 0.14 | 34.59 | 0.81 | 0.47 |
| Hex | DB | 88 | 17 | 0 | 26 | 59 | E | 23 | 51 | 2F |
| Octal | 333 | 210 | 27 | 0 | 46 | 131 | 16 | 43 | 121 | 57 |
| Binary | 11011011 | 10001000 | 10111 | 0 | 100110 | 1011001 | 1110 | 100011 | 1010001 | 101111 |
Color Harmonies of #DB8817
Complementary color
Monochromatic Colors of #DB8817
Black with #DB8817
Text Example
Text Example
White with #DB8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8817; }
p { color: rgb(219,136,23); }
H1.HeaderClassName
{
color: #DB8817;
}
.AnyTagClassName
{
color: #DB8817;
}
</style>
background-color css
<style>
a { background-color: #DB8817; }
a { background-color: rgb(219,136,23); }
div.DivClassName
{
background-color: #DB8817;
}
.BgClassName
{
background-color: #DB8817;
}
</style>
border-color css
<style>
span { border-color: #DB8817; }
span { border-color: rgb(219,136,23); }
td.TdClassName
{
border-color: #DB8817;
}
.TagClassName
{
border-color: #DB8817;
}
</style>