Shades of Buttercup #DB901A
Tints of Buttercup #DB901A
RGB
CMYK
RGB Variations
Color information
#DB901A (or 0xDB901A) is known color: Buttercup. HEX triplet: DB, 90 and 1A. RGB value is (219,144,26). Sum of RGB (Red+Green+Blue) = 219+144+26=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB901A is #246FE5. Grayscale: #999999. Windows color (decimal): -2387942 or 1741019. OLE color: 1741019.
HSL color Cylindrical-coordinate representation of color #DB901A: hue angle of 36.68º 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 #DB901A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 26 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.14 |
| HSL | 36.68º | 0.79% | 0.48% | - |
| HSV(B) | 36.68º | 0.88% | 0.86% | - |
| XYZ | 39.37 | 35.08 | 5.67 | - |
| YUV | 152.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 26 | 0 | 0.34 | 0.88 | 0.14 | 36.68 | 0.79 | 0.48 |
| Hex | DB | 90 | 1A | 0 | 22 | 58 | E | 25 | 4F | 30 |
| Octal | 333 | 220 | 32 | 0 | 42 | 130 | 16 | 45 | 117 | 60 |
| Binary | 11011011 | 10010000 | 11010 | 0 | 100010 | 1011000 | 1110 | 100101 | 1001111 | 110000 |
Color Harmonies of #DB901A
Complementary color
Monochromatic Colors of #DB901A
Black with #DB901A
Text Example
Text Example
White with #DB901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB901A; }
p { color: rgb(219,144,26); }
H1.HeaderClassName
{
color: #DB901A;
}
.AnyTagClassName
{
color: #DB901A;
}
</style>
background-color css
<style>
a { background-color: #DB901A; }
a { background-color: rgb(219,144,26); }
div.DivClassName
{
background-color: #DB901A;
}
.BgClassName
{
background-color: #DB901A;
}
</style>
border-color css
<style>
span { border-color: #DB901A; }
span { border-color: rgb(219,144,26); }
td.TdClassName
{
border-color: #DB901A;
}
.TagClassName
{
border-color: #DB901A;
}
</style>