Shades of Buttercup #DB892C
Tints of Buttercup #DB892C
RGB
CMYK
RGB Variations
Color information
#DB892C (or 0xDB892C) is known color: Buttercup. HEX triplet: DB, 89 and 2C. RGB value is (219,137,44). Sum of RGB (Red+Green+Blue) = 219+137+44=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB892C is #2476D3. Grayscale: #979797. Windows color (decimal): -2389716 or 2918875. OLE color: 2918875.
HSL color Cylindrical-coordinate representation of color #DB892C: hue angle of 31.89º 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 #DB892C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 44 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.14 |
| HSL | 31.89º | 0.71% | 0.52% | - |
| HSV(B) | 31.89º | 0.8% | 0.86% | - |
| XYZ | 38.61 | 33.13 | 6.74 | - |
| YUV | 150.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 44 | 0 | 0.37 | 0.80 | 0.14 | 31.89 | 0.71 | 0.52 |
| Hex | DB | 89 | 2C | 0 | 25 | 50 | E | 20 | 47 | 34 |
| Octal | 333 | 211 | 54 | 0 | 45 | 120 | 16 | 40 | 107 | 64 |
| Binary | 11011011 | 10001001 | 101100 | 0 | 100101 | 1010000 | 1110 | 100000 | 1000111 | 110100 |
Color Harmonies of #DB892C
Complementary color
Monochromatic Colors of #DB892C
Black with #DB892C
Text Example
Text Example
White with #DB892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB892C; }
p { color: rgb(219,137,44); }
H1.HeaderClassName
{
color: #DB892C;
}
.AnyTagClassName
{
color: #DB892C;
}
</style>
background-color css
<style>
a { background-color: #DB892C; }
a { background-color: rgb(219,137,44); }
div.DivClassName
{
background-color: #DB892C;
}
.BgClassName
{
background-color: #DB892C;
}
</style>
border-color css
<style>
span { border-color: #DB892C; }
span { border-color: rgb(219,137,44); }
td.TdClassName
{
border-color: #DB892C;
}
.TagClassName
{
border-color: #DB892C;
}
</style>