Shades of Buttercup #DB902C
Tints of Buttercup #DB902C
RGB
CMYK
RGB Variations
Color information
#DB902C (or 0xDB902C) is known color: Buttercup. HEX triplet: DB, 90 and 2C. RGB value is (219,144,44). Sum of RGB (Red+Green+Blue) = 219+144+44=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB902C is #246FD3. Grayscale: #9B9B9B. Windows color (decimal): -2387924 or 2920667. OLE color: 2920667.
HSL color Cylindrical-coordinate representation of color #DB902C: hue angle of 34.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB902C is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 44 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.14 |
| HSL | 34.29º | 0.71% | 0.52% | - |
| HSV(B) | 34.29º | 0.8% | 0.86% | - |
| XYZ | 39.64 | 35.19 | 7.09 | - |
| YUV | 155.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 44 | 0 | 0.34 | 0.80 | 0.14 | 34.29 | 0.71 | 0.52 |
| Hex | DB | 90 | 2C | 0 | 22 | 50 | E | 22 | 47 | 34 |
| Octal | 333 | 220 | 54 | 0 | 42 | 120 | 16 | 42 | 107 | 64 |
| Binary | 11011011 | 10010000 | 101100 | 0 | 100010 | 1010000 | 1110 | 100010 | 1000111 | 110100 |
Color Harmonies of #DB902C
Complementary color
Monochromatic Colors of #DB902C
Black with #DB902C
Text Example
Text Example
White with #DB902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB902C; }
p { color: rgb(219,144,44); }
H1.HeaderClassName
{
color: #DB902C;
}
.AnyTagClassName
{
color: #DB902C;
}
</style>
background-color css
<style>
a { background-color: #DB902C; }
a { background-color: rgb(219,144,44); }
div.DivClassName
{
background-color: #DB902C;
}
.BgClassName
{
background-color: #DB902C;
}
</style>
border-color css
<style>
span { border-color: #DB902C; }
span { border-color: rgb(219,144,44); }
td.TdClassName
{
border-color: #DB902C;
}
.TagClassName
{
border-color: #DB902C;
}
</style>