Shades of Buttercup #DB932D
Tints of Buttercup #DB932D
RGB
CMYK
RGB Variations
Color information
#DB932D (or 0xDB932D) is known color: Buttercup. HEX triplet: DB, 93 and 2D. RGB value is (219,147,45). Sum of RGB (Red+Green+Blue) = 219+147+45=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB932D is #246CD2. Grayscale: #9D9D9D. Windows color (decimal): -2387155 or 2986971. OLE color: 2986971.
HSL color Cylindrical-coordinate representation of color #DB932D: hue angle of 35.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB932D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 45 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.14 |
| HSL | 35.17º | 0.71% | 0.52% | - |
| HSV(B) | 35.17º | 0.79% | 0.86% | - |
| XYZ | 40.12 | 36.12 | 7.34 | - |
| YUV | 156.9 | 64.85 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 45 | 0 | 0.33 | 0.79 | 0.14 | 35.17 | 0.71 | 0.52 |
| Hex | DB | 93 | 2D | 0 | 21 | 4F | E | 23 | 47 | 34 |
| Octal | 333 | 223 | 55 | 0 | 41 | 117 | 16 | 43 | 107 | 64 |
| Binary | 11011011 | 10010011 | 101101 | 0 | 100001 | 1001111 | 1110 | 100011 | 1000111 | 110100 |
Color Harmonies of #DB932D
Complementary color
Monochromatic Colors of #DB932D
Black with #DB932D
Text Example
Text Example
White with #DB932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB932D; }
p { color: rgb(219,147,45); }
H1.HeaderClassName
{
color: #DB932D;
}
.AnyTagClassName
{
color: #DB932D;
}
</style>
background-color css
<style>
a { background-color: #DB932D; }
a { background-color: rgb(219,147,45); }
div.DivClassName
{
background-color: #DB932D;
}
.BgClassName
{
background-color: #DB932D;
}
</style>
border-color css
<style>
span { border-color: #DB932D; }
span { border-color: rgb(219,147,45); }
td.TdClassName
{
border-color: #DB932D;
}
.TagClassName
{
border-color: #DB932D;
}
</style>