Shades of Buttercup #DB932B
Tints of Buttercup #DB932B
RGB
CMYK
RGB Variations
Color information
#DB932B (or 0xDB932B) is known color: Buttercup. HEX triplet: DB, 93 and 2B. RGB value is (219,147,43). Sum of RGB (Red+Green+Blue) = 219+147+43=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB932B is #246CD4. Grayscale: #9D9D9D. Windows color (decimal): -2387157 or 2855899. OLE color: 2855899.
HSL color Cylindrical-coordinate representation of color #DB932B: hue angle of 35.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB932B is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 43 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.14 |
| HSL | 35.45º | 0.71% | 0.51% | - |
| HSV(B) | 35.45º | 0.8% | 0.86% | - |
| XYZ | 40.08 | 36.1 | 7.14 | - |
| YUV | 156.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 43 | 0 | 0.33 | 0.80 | 0.14 | 35.45 | 0.71 | 0.51 |
| Hex | DB | 93 | 2B | 0 | 21 | 50 | E | 23 | 47 | 33 |
| Octal | 333 | 223 | 53 | 0 | 41 | 120 | 16 | 43 | 107 | 63 |
| Binary | 11011011 | 10010011 | 101011 | 0 | 100001 | 1010000 | 1110 | 100011 | 1000111 | 110011 |
Color Harmonies of #DB932B
Complementary color
Monochromatic Colors of #DB932B
Black with #DB932B
Text Example
Text Example
White with #DB932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB932B; }
p { color: rgb(219,147,43); }
H1.HeaderClassName
{
color: #DB932B;
}
.AnyTagClassName
{
color: #DB932B;
}
</style>
background-color css
<style>
a { background-color: #DB932B; }
a { background-color: rgb(219,147,43); }
div.DivClassName
{
background-color: #DB932B;
}
.BgClassName
{
background-color: #DB932B;
}
</style>
border-color css
<style>
span { border-color: #DB932B; }
span { border-color: rgb(219,147,43); }
td.TdClassName
{
border-color: #DB932B;
}
.TagClassName
{
border-color: #DB932B;
}
</style>