Shades of Buttercup #DB931C
Tints of Buttercup #DB931C
RGB
CMYK
RGB Variations
Color information
#DB931C (or 0xDB931C) is known color: Buttercup. HEX triplet: DB, 93 and 1C. RGB value is (219,147,28). Sum of RGB (Red+Green+Blue) = 219+147+28=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB931C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB931C is #246CE3. Grayscale: #9B9B9B. Windows color (decimal): -2387172 or 1872859. OLE color: 1872859.
HSL color Cylindrical-coordinate representation of color #DB931C: hue angle of 37.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB931C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.14 |
| HSL | 37.38º | 0.77% | 0.48% | - |
| HSV(B) | 37.38º | 0.87% | 0.86% | - |
| XYZ | 39.86 | 36.01 | 5.95 | - |
| YUV | 154.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 28 | 0 | 0.33 | 0.87 | 0.14 | 37.38 | 0.77 | 0.48 |
| Hex | DB | 93 | 1C | 0 | 21 | 57 | E | 25 | 4D | 30 |
| Octal | 333 | 223 | 34 | 0 | 41 | 127 | 16 | 45 | 115 | 60 |
| Binary | 11011011 | 10010011 | 11100 | 0 | 100001 | 1010111 | 1110 | 100101 | 1001101 | 110000 |
Color Harmonies of #DB931C
Complementary color
Monochromatic Colors of #DB931C
Black with #DB931C
Text Example
Text Example
White with #DB931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB931C; }
p { color: rgb(219,147,28); }
H1.HeaderClassName
{
color: #DB931C;
}
.AnyTagClassName
{
color: #DB931C;
}
</style>
background-color css
<style>
a { background-color: #DB931C; }
a { background-color: rgb(219,147,28); }
div.DivClassName
{
background-color: #DB931C;
}
.BgClassName
{
background-color: #DB931C;
}
</style>
border-color css
<style>
span { border-color: #DB931C; }
span { border-color: rgb(219,147,28); }
td.TdClassName
{
border-color: #DB931C;
}
.TagClassName
{
border-color: #DB931C;
}
</style>