Shades of Buttercup #DB8B1B
Tints of Buttercup #DB8B1B
RGB
CMYK
RGB Variations
Color information
#DB8B1B (or 0xDB8B1B) is known color: Buttercup. HEX triplet: DB, 8B and 1B. RGB value is (219,139,27). Sum of RGB (Red+Green+Blue) = 219+139+27=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B1B is #2474E4. Grayscale: #969696. Windows color (decimal): -2389221 or 1805275. OLE color: 1805275.
HSL color Cylindrical-coordinate representation of color #DB8B1B: hue angle of 35º 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 #DB8B1B is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 27 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.14 |
| HSL | 35º | 0.78% | 0.48% | - |
| HSV(B) | 35º | 0.88% | 0.86% | - |
| XYZ | 38.64 | 33.6 | 5.49 | - |
| YUV | 150.15 | 58.5 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 27 | 0 | 0.37 | 0.88 | 0.14 | 35 | 0.78 | 0.48 |
| Hex | DB | 8B | 1B | 0 | 25 | 58 | E | 23 | 4E | 30 |
| Octal | 333 | 213 | 33 | 0 | 45 | 130 | 16 | 43 | 116 | 60 |
| Binary | 11011011 | 10001011 | 11011 | 0 | 100101 | 1011000 | 1110 | 100011 | 1001110 | 110000 |
Color Harmonies of #DB8B1B
Complementary color
Monochromatic Colors of #DB8B1B
Black with #DB8B1B
Text Example
Text Example
White with #DB8B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8B1B; }
p { color: rgb(219,139,27); }
H1.HeaderClassName
{
color: #DB8B1B;
}
.AnyTagClassName
{
color: #DB8B1B;
}
</style>
background-color css
<style>
a { background-color: #DB8B1B; }
a { background-color: rgb(219,139,27); }
div.DivClassName
{
background-color: #DB8B1B;
}
.BgClassName
{
background-color: #DB8B1B;
}
</style>
border-color css
<style>
span { border-color: #DB8B1B; }
span { border-color: rgb(219,139,27); }
td.TdClassName
{
border-color: #DB8B1B;
}
.TagClassName
{
border-color: #DB8B1B;
}
</style>