Shades of Buttercup #DB931F
Tints of Buttercup #DB931F
RGB
CMYK
RGB Variations
Color information
#DB931F (or 0xDB931F) is known color: Buttercup. HEX triplet: DB, 93 and 1F. RGB value is (219,147,31). Sum of RGB (Red+Green+Blue) = 219+147+31=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB931F is #246CE0. Grayscale: #9B9B9B. Windows color (decimal): -2387169 or 2069467. OLE color: 2069467.
HSL color Cylindrical-coordinate representation of color #DB931F: hue angle of 37.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB931F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 31 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.14 |
| HSL | 37.02º | 0.75% | 0.49% | - |
| HSV(B) | 37.02º | 0.86% | 0.86% | - |
| XYZ | 39.89 | 36.03 | 6.15 | - |
| YUV | 155.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 31 | 0 | 0.33 | 0.86 | 0.14 | 37.02 | 0.75 | 0.49 |
| Hex | DB | 93 | 1F | 0 | 21 | 56 | E | 25 | 4B | 31 |
| Octal | 333 | 223 | 37 | 0 | 41 | 126 | 16 | 45 | 113 | 61 |
| Binary | 11011011 | 10010011 | 11111 | 0 | 100001 | 1010110 | 1110 | 100101 | 1001011 | 110001 |
Color Harmonies of #DB931F
Complementary color
Monochromatic Colors of #DB931F
Black with #DB931F
Text Example
Text Example
White with #DB931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB931F; }
p { color: rgb(219,147,31); }
H1.HeaderClassName
{
color: #DB931F;
}
.AnyTagClassName
{
color: #DB931F;
}
</style>
background-color css
<style>
a { background-color: #DB931F; }
a { background-color: rgb(219,147,31); }
div.DivClassName
{
background-color: #DB931F;
}
.BgClassName
{
background-color: #DB931F;
}
</style>
border-color css
<style>
span { border-color: #DB931F; }
span { border-color: rgb(219,147,31); }
td.TdClassName
{
border-color: #DB931F;
}
.TagClassName
{
border-color: #DB931F;
}
</style>