Shades of Buttercup #DB861B
Tints of Buttercup #DB861B
RGB
CMYK
RGB Variations
Color information
#DB861B (or 0xDB861B) is known color: Buttercup. HEX triplet: DB, 86 and 1B. RGB value is (219,134,27). Sum of RGB (Red+Green+Blue) = 219+134+27=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB861B is #2479E4. Grayscale: #939393. Windows color (decimal): -2390501 or 1803995. OLE color: 1803995.
HSL color Cylindrical-coordinate representation of color #DB861B: hue angle of 33.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB861B is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 27 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.14 |
| HSL | 33.44º | 0.78% | 0.48% | - |
| HSV(B) | 33.44º | 0.88% | 0.86% | - |
| XYZ | 37.94 | 32.19 | 5.25 | - |
| YUV | 147.22 | 60.16 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 27 | 0 | 0.39 | 0.88 | 0.14 | 33.44 | 0.78 | 0.48 |
| Hex | DB | 86 | 1B | 0 | 27 | 58 | E | 21 | 4E | 30 |
| Octal | 333 | 206 | 33 | 0 | 47 | 130 | 16 | 41 | 116 | 60 |
| Binary | 11011011 | 10000110 | 11011 | 0 | 100111 | 1011000 | 1110 | 100001 | 1001110 | 110000 |
Color Harmonies of #DB861B
Complementary color
Monochromatic Colors of #DB861B
Black with #DB861B
Text Example
Text Example
White with #DB861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB861B; }
p { color: rgb(219,134,27); }
H1.HeaderClassName
{
color: #DB861B;
}
.AnyTagClassName
{
color: #DB861B;
}
</style>
background-color css
<style>
a { background-color: #DB861B; }
a { background-color: rgb(219,134,27); }
div.DivClassName
{
background-color: #DB861B;
}
.BgClassName
{
background-color: #DB861B;
}
</style>
border-color css
<style>
span { border-color: #DB861B; }
span { border-color: rgb(219,134,27); }
td.TdClassName
{
border-color: #DB861B;
}
.TagClassName
{
border-color: #DB861B;
}
</style>