Shades of Buttercup #DB932C
Tints of Buttercup #DB932C
RGB
CMYK
RGB Variations
Color information
#DB932C (or 0xDB932C) is known color: Buttercup. HEX triplet: DB, 93 and 2C. RGB value is (219,147,44). Sum of RGB (Red+Green+Blue) = 219+147+44=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB932C is #246CD3. Grayscale: #9D9D9D. Windows color (decimal): -2387156 or 2921435. OLE color: 2921435.
HSL color Cylindrical-coordinate representation of color #DB932C: hue angle of 35.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB932C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.14 |
| HSL | 35.31º | 0.71% | 0.52% | - |
| HSV(B) | 35.31º | 0.8% | 0.86% | - |
| XYZ | 40.1 | 36.11 | 7.24 | - |
| YUV | 156.79 | 64.35 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 44 | 0 | 0.33 | 0.80 | 0.14 | 35.31 | 0.71 | 0.52 |
| Hex | DB | 93 | 2C | 0 | 21 | 50 | E | 23 | 47 | 34 |
| Octal | 333 | 223 | 54 | 0 | 41 | 120 | 16 | 43 | 107 | 64 |
| Binary | 11011011 | 10010011 | 101100 | 0 | 100001 | 1010000 | 1110 | 100011 | 1000111 | 110100 |
Color Harmonies of #DB932C
Complementary color
Monochromatic Colors of #DB932C
Black with #DB932C
Text Example
Text Example
White with #DB932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB932C; }
p { color: rgb(219,147,44); }
H1.HeaderClassName
{
color: #DB932C;
}
.AnyTagClassName
{
color: #DB932C;
}
</style>
background-color css
<style>
a { background-color: #DB932C; }
a { background-color: rgb(219,147,44); }
div.DivClassName
{
background-color: #DB932C;
}
.BgClassName
{
background-color: #DB932C;
}
</style>
border-color css
<style>
span { border-color: #DB932C; }
span { border-color: rgb(219,147,44); }
td.TdClassName
{
border-color: #DB932C;
}
.TagClassName
{
border-color: #DB932C;
}
</style>