Shades of Buttercup #DB8618
Tints of Buttercup #DB8618
RGB
CMYK
RGB Variations
Color information
#DB8618 (or 0xDB8618) is known color: Buttercup. HEX triplet: DB, 86 and 18. RGB value is (219,134,24). Sum of RGB (Red+Green+Blue) = 219+134+24=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8618 is #2479E7. Grayscale: #939393. Windows color (decimal): -2390504 or 1607387. OLE color: 1607387.
HSL color Cylindrical-coordinate representation of color #DB8618: hue angle of 33.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8618 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 24 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.14 |
| HSL | 33.85º | 0.8% | 0.48% | - |
| HSV(B) | 33.85º | 0.89% | 0.86% | - |
| XYZ | 37.9 | 32.18 | 5.08 | - |
| YUV | 146.88 | 58.66 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 24 | 0 | 0.39 | 0.89 | 0.14 | 33.85 | 0.8 | 0.48 |
| Hex | DB | 86 | 18 | 0 | 27 | 59 | E | 22 | 50 | 30 |
| Octal | 333 | 206 | 30 | 0 | 47 | 131 | 16 | 42 | 120 | 60 |
| Binary | 11011011 | 10000110 | 11000 | 0 | 100111 | 1011001 | 1110 | 100010 | 1010000 | 110000 |
Color Harmonies of #DB8618
Complementary color
Monochromatic Colors of #DB8618
Black with #DB8618
Text Example
Text Example
White with #DB8618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8618; }
p { color: rgb(219,134,24); }
H1.HeaderClassName
{
color: #DB8618;
}
.AnyTagClassName
{
color: #DB8618;
}
</style>
background-color css
<style>
a { background-color: #DB8618; }
a { background-color: rgb(219,134,24); }
div.DivClassName
{
background-color: #DB8618;
}
.BgClassName
{
background-color: #DB8618;
}
</style>
border-color css
<style>
span { border-color: #DB8618; }
span { border-color: rgb(219,134,24); }
td.TdClassName
{
border-color: #DB8618;
}
.TagClassName
{
border-color: #DB8618;
}
</style>