Shades of Buttercup #DB8A2D
Tints of Buttercup #DB8A2D
RGB
CMYK
RGB Variations
Color information
#DB8A2D (or 0xDB8A2D) is known color: Buttercup. HEX triplet: DB, 8A and 2D. RGB value is (219,138,45). Sum of RGB (Red+Green+Blue) = 219+138+45=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A2D is #2475D2. Grayscale: #989898. Windows color (decimal): -2389459 or 2984667. OLE color: 2984667.
HSL color Cylindrical-coordinate representation of color #DB8A2D: hue angle of 32.07º 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 #DB8A2D is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 45 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.14 |
| HSL | 32.07º | 0.71% | 0.52% | - |
| HSV(B) | 32.07º | 0.79% | 0.86% | - |
| XYZ | 38.78 | 33.43 | 6.89 | - |
| YUV | 151.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 45 | 0 | 0.37 | 0.79 | 0.14 | 32.07 | 0.71 | 0.52 |
| Hex | DB | 8A | 2D | 0 | 25 | 4F | E | 20 | 47 | 34 |
| Octal | 333 | 212 | 55 | 0 | 45 | 117 | 16 | 40 | 107 | 64 |
| Binary | 11011011 | 10001010 | 101101 | 0 | 100101 | 1001111 | 1110 | 100000 | 1000111 | 110100 |
Color Harmonies of #DB8A2D
Complementary color
Monochromatic Colors of #DB8A2D
Black with #DB8A2D
Text Example
Text Example
White with #DB8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A2D; }
p { color: rgb(219,138,45); }
H1.HeaderClassName
{
color: #DB8A2D;
}
.AnyTagClassName
{
color: #DB8A2D;
}
</style>
background-color css
<style>
a { background-color: #DB8A2D; }
a { background-color: rgb(219,138,45); }
div.DivClassName
{
background-color: #DB8A2D;
}
.BgClassName
{
background-color: #DB8A2D;
}
</style>
border-color css
<style>
span { border-color: #DB8A2D; }
span { border-color: rgb(219,138,45); }
td.TdClassName
{
border-color: #DB8A2D;
}
.TagClassName
{
border-color: #DB8A2D;
}
</style>