Shades of Buttercup #DB872A
Tints of Buttercup #DB872A
RGB
CMYK
RGB Variations
Color information
#DB872A (or 0xDB872A) is known color: Buttercup. HEX triplet: DB, 87 and 2A. RGB value is (219,135,42). Sum of RGB (Red+Green+Blue) = 219+135+42=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB872A is #2478D5. Grayscale: #959595. Windows color (decimal): -2390230 or 2787291. OLE color: 2787291.
HSL color Cylindrical-coordinate representation of color #DB872A: hue angle of 31.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB872A is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 42 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.14 |
| HSL | 31.53º | 0.71% | 0.51% | - |
| HSV(B) | 31.53º | 0.81% | 0.86% | - |
| XYZ | 38.3 | 32.56 | 6.46 | - |
| YUV | 149.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 42 | 0 | 0.38 | 0.81 | 0.14 | 31.53 | 0.71 | 0.51 |
| Hex | DB | 87 | 2A | 0 | 26 | 51 | E | 20 | 47 | 33 |
| Octal | 333 | 207 | 52 | 0 | 46 | 121 | 16 | 40 | 107 | 63 |
| Binary | 11011011 | 10000111 | 101010 | 0 | 100110 | 1010001 | 1110 | 100000 | 1000111 | 110011 |
Color Harmonies of #DB872A
Complementary color
Monochromatic Colors of #DB872A
Black with #DB872A
Text Example
Text Example
White with #DB872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB872A; }
p { color: rgb(219,135,42); }
H1.HeaderClassName
{
color: #DB872A;
}
.AnyTagClassName
{
color: #DB872A;
}
</style>
background-color css
<style>
a { background-color: #DB872A; }
a { background-color: rgb(219,135,42); }
div.DivClassName
{
background-color: #DB872A;
}
.BgClassName
{
background-color: #DB872A;
}
</style>
border-color css
<style>
span { border-color: #DB872A; }
span { border-color: rgb(219,135,42); }
td.TdClassName
{
border-color: #DB872A;
}
.TagClassName
{
border-color: #DB872A;
}
</style>