Shades of Buttercup #DB921E
Tints of Buttercup #DB921E
RGB
CMYK
RGB Variations
Color information
#DB921E (or 0xDB921E) is known color: Buttercup. HEX triplet: DB, 92 and 1E. RGB value is (219,146,30). Sum of RGB (Red+Green+Blue) = 219+146+30=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB921E is #246DE1. Grayscale: #9B9B9B. Windows color (decimal): -2387426 or 2003675. OLE color: 2003675.
HSL color Cylindrical-coordinate representation of color #DB921E: hue angle of 36.83º degrees, saturation: 0.76, 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 #DB921E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 30 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.14 |
| HSL | 36.83º | 0.76% | 0.49% | - |
| HSV(B) | 36.83º | 0.86% | 0.86% | - |
| XYZ | 39.73 | 35.71 | 6.03 | - |
| YUV | 154.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 30 | 0 | 0.33 | 0.86 | 0.14 | 36.83 | 0.76 | 0.49 |
| Hex | DB | 92 | 1E | 0 | 21 | 56 | E | 25 | 4C | 31 |
| Octal | 333 | 222 | 36 | 0 | 41 | 126 | 16 | 45 | 114 | 61 |
| Binary | 11011011 | 10010010 | 11110 | 0 | 100001 | 1010110 | 1110 | 100101 | 1001100 | 110001 |
Color Harmonies of #DB921E
Complementary color
Monochromatic Colors of #DB921E
Black with #DB921E
Text Example
Text Example
White with #DB921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB921E; }
p { color: rgb(219,146,30); }
H1.HeaderClassName
{
color: #DB921E;
}
.AnyTagClassName
{
color: #DB921E;
}
</style>
background-color css
<style>
a { background-color: #DB921E; }
a { background-color: rgb(219,146,30); }
div.DivClassName
{
background-color: #DB921E;
}
.BgClassName
{
background-color: #DB921E;
}
</style>
border-color css
<style>
span { border-color: #DB921E; }
span { border-color: rgb(219,146,30); }
td.TdClassName
{
border-color: #DB921E;
}
.TagClassName
{
border-color: #DB921E;
}
</style>