Shades of Buttercup #DB8F31
Tints of Buttercup #DB8F31
RGB
CMYK
RGB Variations
Color information
#DB8F31 (or 0xDB8F31) is known color: Buttercup. HEX triplet: DB, 8F and 31. RGB value is (219,143,49). Sum of RGB (Red+Green+Blue) = 219+143+49=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F31 is #2470CE. Grayscale: #9B9B9B. Windows color (decimal): -2388175 or 3248091. OLE color: 3248091.
HSL color Cylindrical-coordinate representation of color #DB8F31: hue angle of 33.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8F31 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 49 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.14 |
| HSL | 33.18º | 0.7% | 0.53% | - |
| HSV(B) | 33.18º | 0.78% | 0.86% | - |
| XYZ | 39.59 | 34.93 | 7.56 | - |
| YUV | 155.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 49 | 0 | 0.35 | 0.78 | 0.14 | 33.18 | 0.7 | 0.53 |
| Hex | DB | 8F | 31 | 0 | 23 | 4E | E | 21 | 46 | 35 |
| Octal | 333 | 217 | 61 | 0 | 43 | 116 | 16 | 41 | 106 | 65 |
| Binary | 11011011 | 10001111 | 110001 | 0 | 100011 | 1001110 | 1110 | 100001 | 1000110 | 110101 |
Color Harmonies of #DB8F31
Complementary color
Monochromatic Colors of #DB8F31
Black with #DB8F31
Text Example
Text Example
White with #DB8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F31; }
p { color: rgb(219,143,49); }
H1.HeaderClassName
{
color: #DB8F31;
}
.AnyTagClassName
{
color: #DB8F31;
}
</style>
background-color css
<style>
a { background-color: #DB8F31; }
a { background-color: rgb(219,143,49); }
div.DivClassName
{
background-color: #DB8F31;
}
.BgClassName
{
background-color: #DB8F31;
}
</style>
border-color css
<style>
span { border-color: #DB8F31; }
span { border-color: rgb(219,143,49); }
td.TdClassName
{
border-color: #DB8F31;
}
.TagClassName
{
border-color: #DB8F31;
}
</style>