Shades of Buttercup #DB871C
Tints of Buttercup #DB871C
RGB
CMYK
RGB Variations
Color information
#DB871C (or 0xDB871C) is known color: Buttercup. HEX triplet: DB, 87 and 1C. RGB value is (219,135,28). Sum of RGB (Red+Green+Blue) = 219+135+28=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB871C is #2478E3. Grayscale: #949494. Windows color (decimal): -2390244 or 1869787. OLE color: 1869787.
HSL color Cylindrical-coordinate representation of color #DB871C: hue angle of 33.61º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB871C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 28 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.14 |
| HSL | 33.61º | 0.77% | 0.48% | - |
| HSV(B) | 33.61º | 0.87% | 0.86% | - |
| XYZ | 38.09 | 32.47 | 5.36 | - |
| YUV | 147.92 | 60.33 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 28 | 0 | 0.38 | 0.87 | 0.14 | 33.61 | 0.77 | 0.48 |
| Hex | DB | 87 | 1C | 0 | 26 | 57 | E | 22 | 4D | 30 |
| Octal | 333 | 207 | 34 | 0 | 46 | 127 | 16 | 42 | 115 | 60 |
| Binary | 11011011 | 10000111 | 11100 | 0 | 100110 | 1010111 | 1110 | 100010 | 1001101 | 110000 |
Color Harmonies of #DB871C
Complementary color
Monochromatic Colors of #DB871C
Black with #DB871C
Text Example
Text Example
White with #DB871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB871C; }
p { color: rgb(219,135,28); }
H1.HeaderClassName
{
color: #DB871C;
}
.AnyTagClassName
{
color: #DB871C;
}
</style>
background-color css
<style>
a { background-color: #DB871C; }
a { background-color: rgb(219,135,28); }
div.DivClassName
{
background-color: #DB871C;
}
.BgClassName
{
background-color: #DB871C;
}
</style>
border-color css
<style>
span { border-color: #DB871C; }
span { border-color: rgb(219,135,28); }
td.TdClassName
{
border-color: #DB871C;
}
.TagClassName
{
border-color: #DB871C;
}
</style>