Shades of Buttercup #DB8B24
Tints of Buttercup #DB8B24
RGB
CMYK
RGB Variations
Color information
#DB8B24 (or 0xDB8B24) is known color: Buttercup. HEX triplet: DB, 8B and 24. RGB value is (219,139,36). Sum of RGB (Red+Green+Blue) = 219+139+36=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B24 is #2474DB. Grayscale: #979797. Windows color (decimal): -2389212 or 2395099. OLE color: 2395099.
HSL color Cylindrical-coordinate representation of color #DB8B24: hue angle of 33.77º 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 #DB8B24 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 36 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.14 |
| HSL | 33.77º | 0.72% | 0.5% | - |
| HSV(B) | 33.77º | 0.84% | 0.86% | - |
| XYZ | 38.76 | 33.65 | 6.12 | - |
| YUV | 151.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 36 | 0 | 0.37 | 0.84 | 0.14 | 33.77 | 0.72 | 0.5 |
| Hex | DB | 8B | 24 | 0 | 25 | 54 | E | 22 | 48 | 32 |
| Octal | 333 | 213 | 44 | 0 | 45 | 124 | 16 | 42 | 110 | 62 |
| Binary | 11011011 | 10001011 | 100100 | 0 | 100101 | 1010100 | 1110 | 100010 | 1001000 | 110010 |
Color Harmonies of #DB8B24
Complementary color
Monochromatic Colors of #DB8B24
Black with #DB8B24
Text Example
Text Example
White with #DB8B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B24; }
p { color: rgb(219,139,36); }
H1.HeaderClassName
{
color: #DB8B24;
}
.AnyTagClassName
{
color: #DB8B24;
}
</style>
background-color css
<style>
a { background-color: #DB8B24; }
a { background-color: rgb(219,139,36); }
div.DivClassName
{
background-color: #DB8B24;
}
.BgClassName
{
background-color: #DB8B24;
}
</style>
border-color css
<style>
span { border-color: #DB8B24; }
span { border-color: rgb(219,139,36); }
td.TdClassName
{
border-color: #DB8B24;
}
.TagClassName
{
border-color: #DB8B24;
}
</style>