Shades of Buttercup #DB8A2C
Tints of Buttercup #DB8A2C
RGB
CMYK
RGB Variations
Color information
#DB8A2C (or 0xDB8A2C) is known color: Buttercup. HEX triplet: DB, 8A and 2C. RGB value is (219,138,44). Sum of RGB (Red+Green+Blue) = 219+138+44=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A2C is #2475D3. Grayscale: #979797. Windows color (decimal): -2389460 or 2919131. OLE color: 2919131.
HSL color Cylindrical-coordinate representation of color #DB8A2C: hue angle of 32.23º 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 #DB8A2C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 44 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.14 |
| HSL | 32.23º | 0.71% | 0.52% | - |
| HSV(B) | 32.23º | 0.8% | 0.86% | - |
| XYZ | 38.76 | 33.42 | 6.79 | - |
| YUV | 151.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 44 | 0 | 0.37 | 0.80 | 0.14 | 32.23 | 0.71 | 0.52 |
| Hex | DB | 8A | 2C | 0 | 25 | 50 | E | 20 | 47 | 34 |
| Octal | 333 | 212 | 54 | 0 | 45 | 120 | 16 | 40 | 107 | 64 |
| Binary | 11011011 | 10001010 | 101100 | 0 | 100101 | 1010000 | 1110 | 100000 | 1000111 | 110100 |
Color Harmonies of #DB8A2C
Complementary color
Monochromatic Colors of #DB8A2C
Black with #DB8A2C
Text Example
Text Example
White with #DB8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A2C; }
p { color: rgb(219,138,44); }
H1.HeaderClassName
{
color: #DB8A2C;
}
.AnyTagClassName
{
color: #DB8A2C;
}
</style>
background-color css
<style>
a { background-color: #DB8A2C; }
a { background-color: rgb(219,138,44); }
div.DivClassName
{
background-color: #DB8A2C;
}
.BgClassName
{
background-color: #DB8A2C;
}
</style>
border-color css
<style>
span { border-color: #DB8A2C; }
span { border-color: rgb(219,138,44); }
td.TdClassName
{
border-color: #DB8A2C;
}
.TagClassName
{
border-color: #DB8A2C;
}
</style>