Shades of Buttercup #DB881A
Tints of Buttercup #DB881A
RGB
CMYK
RGB Variations
Color information
#DB881A (or 0xDB881A) is known color: Buttercup. HEX triplet: DB, 88 and 1A. RGB value is (219,136,26). Sum of RGB (Red+Green+Blue) = 219+136+26=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB881A is #2477E5. Grayscale: #949494. Windows color (decimal): -2389990 or 1738971. OLE color: 1738971.
HSL color Cylindrical-coordinate representation of color #DB881A: hue angle of 34.2º degrees, saturation: 0.79, 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 #DB881A is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 26 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.14 |
| HSL | 34.2º | 0.79% | 0.48% | - |
| HSV(B) | 34.2º | 0.88% | 0.86% | - |
| XYZ | 38.2 | 32.74 | 5.28 | - |
| YUV | 148.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 26 | 0 | 0.38 | 0.88 | 0.14 | 34.2 | 0.79 | 0.48 |
| Hex | DB | 88 | 1A | 0 | 26 | 58 | E | 22 | 4F | 30 |
| Octal | 333 | 210 | 32 | 0 | 46 | 130 | 16 | 42 | 117 | 60 |
| Binary | 11011011 | 10001000 | 11010 | 0 | 100110 | 1011000 | 1110 | 100010 | 1001111 | 110000 |
Color Harmonies of #DB881A
Complementary color
Monochromatic Colors of #DB881A
Black with #DB881A
Text Example
Text Example
White with #DB881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB881A; }
p { color: rgb(219,136,26); }
H1.HeaderClassName
{
color: #DB881A;
}
.AnyTagClassName
{
color: #DB881A;
}
</style>
background-color css
<style>
a { background-color: #DB881A; }
a { background-color: rgb(219,136,26); }
div.DivClassName
{
background-color: #DB881A;
}
.BgClassName
{
background-color: #DB881A;
}
</style>
border-color css
<style>
span { border-color: #DB881A; }
span { border-color: rgb(219,136,26); }
td.TdClassName
{
border-color: #DB881A;
}
.TagClassName
{
border-color: #DB881A;
}
</style>