Shades of Buttercup #DB8E23
Tints of Buttercup #DB8E23
RGB
CMYK
RGB Variations
Color information
#DB8E23 (or 0xDB8E23) is known color: Buttercup. HEX triplet: DB, 8E and 23. RGB value is (219,142,35). Sum of RGB (Red+Green+Blue) = 219+142+35=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 35 (14.06% from 255 or 8.84% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8E23 is #2471DC. Grayscale: #999999. Windows color (decimal): -2388445 or 2330331. OLE color: 2330331.
HSL color Cylindrical-coordinate representation of color #DB8E23: hue angle of 34.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB8E23 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 35 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.14 |
| HSL | 34.89º | 0.72% | 0.5% | - |
| HSV(B) | 34.89º | 0.84% | 0.86% | - |
| XYZ | 39.19 | 34.53 | 6.19 | - |
| YUV | 152.83 | 61.51 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 35 | 0 | 0.35 | 0.84 | 0.14 | 34.89 | 0.72 | 0.5 |
| Hex | DB | 8E | 23 | 0 | 23 | 54 | E | 23 | 48 | 32 |
| Octal | 333 | 216 | 43 | 0 | 43 | 124 | 16 | 43 | 110 | 62 |
| Binary | 11011011 | 10001110 | 100011 | 0 | 100011 | 1010100 | 1110 | 100011 | 1001000 | 110010 |
Color Harmonies of #DB8E23
Complementary color
Monochromatic Colors of #DB8E23
Black with #DB8E23
Text Example
Text Example
White with #DB8E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E23; }
p { color: rgb(219,142,35); }
H1.HeaderClassName
{
color: #DB8E23;
}
.AnyTagClassName
{
color: #DB8E23;
}
</style>
background-color css
<style>
a { background-color: #DB8E23; }
a { background-color: rgb(219,142,35); }
div.DivClassName
{
background-color: #DB8E23;
}
.BgClassName
{
background-color: #DB8E23;
}
</style>
border-color css
<style>
span { border-color: #DB8E23; }
span { border-color: rgb(219,142,35); }
td.TdClassName
{
border-color: #DB8E23;
}
.TagClassName
{
border-color: #DB8E23;
}
</style>