Shades of Buttercup #DB8B2B
Tints of Buttercup #DB8B2B
RGB
CMYK
RGB Variations
Color information
#DB8B2B (or 0xDB8B2B) is known color: Buttercup. HEX triplet: DB, 8B and 2B. RGB value is (219,139,43). Sum of RGB (Red+Green+Blue) = 219+139+43=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B2B is #2474D4. Grayscale: #989898. Windows color (decimal): -2389205 or 2853851. OLE color: 2853851.
HSL color Cylindrical-coordinate representation of color #DB8B2B: hue angle of 32.73º 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 #DB8B2B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 43 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.14 |
| HSL | 32.73º | 0.71% | 0.51% | - |
| HSV(B) | 32.73º | 0.8% | 0.86% | - |
| XYZ | 38.88 | 33.7 | 6.74 | - |
| YUV | 151.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 43 | 0 | 0.37 | 0.80 | 0.14 | 32.73 | 0.71 | 0.51 |
| Hex | DB | 8B | 2B | 0 | 25 | 50 | E | 21 | 47 | 33 |
| Octal | 333 | 213 | 53 | 0 | 45 | 120 | 16 | 41 | 107 | 63 |
| Binary | 11011011 | 10001011 | 101011 | 0 | 100101 | 1010000 | 1110 | 100001 | 1000111 | 110011 |
Color Harmonies of #DB8B2B
Complementary color
Monochromatic Colors of #DB8B2B
Black with #DB8B2B
Text Example
Text Example
White with #DB8B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B2B; }
p { color: rgb(219,139,43); }
H1.HeaderClassName
{
color: #DB8B2B;
}
.AnyTagClassName
{
color: #DB8B2B;
}
</style>
background-color css
<style>
a { background-color: #DB8B2B; }
a { background-color: rgb(219,139,43); }
div.DivClassName
{
background-color: #DB8B2B;
}
.BgClassName
{
background-color: #DB8B2B;
}
</style>
border-color css
<style>
span { border-color: #DB8B2B; }
span { border-color: rgb(219,139,43); }
td.TdClassName
{
border-color: #DB8B2B;
}
.TagClassName
{
border-color: #DB8B2B;
}
</style>