Shades of Buttercup #DB9120
Tints of Buttercup #DB9120
RGB
CMYK
RGB Variations
Color information
#DB9120 (or 0xDB9120) is known color: Buttercup. HEX triplet: DB, 91 and 20. RGB value is (219,145,32). Sum of RGB (Red+Green+Blue) = 219+145+32=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9120 is #246EDF. Grayscale: #9A9A9A. Windows color (decimal): -2387680 or 2134491. OLE color: 2134491.
HSL color Cylindrical-coordinate representation of color #DB9120: hue angle of 36.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB9120 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 32 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.14 |
| HSL | 36.26º | 0.75% | 0.49% | - |
| HSV(B) | 36.26º | 0.85% | 0.86% | - |
| XYZ | 39.6 | 35.42 | 6.12 | - |
| YUV | 154.24 | 59.02 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 32 | 0 | 0.34 | 0.85 | 0.14 | 36.26 | 0.75 | 0.49 |
| Hex | DB | 91 | 20 | 0 | 22 | 55 | E | 24 | 4B | 31 |
| Octal | 333 | 221 | 40 | 0 | 42 | 125 | 16 | 44 | 113 | 61 |
| Binary | 11011011 | 10010001 | 100000 | 0 | 100010 | 1010101 | 1110 | 100100 | 1001011 | 110001 |
Color Harmonies of #DB9120
Complementary color
Monochromatic Colors of #DB9120
Black with #DB9120
Text Example
Text Example
White with #DB9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9120; }
p { color: rgb(219,145,32); }
H1.HeaderClassName
{
color: #DB9120;
}
.AnyTagClassName
{
color: #DB9120;
}
</style>
background-color css
<style>
a { background-color: #DB9120; }
a { background-color: rgb(219,145,32); }
div.DivClassName
{
background-color: #DB9120;
}
.BgClassName
{
background-color: #DB9120;
}
</style>
border-color css
<style>
span { border-color: #DB9120; }
span { border-color: rgb(219,145,32); }
td.TdClassName
{
border-color: #DB9120;
}
.TagClassName
{
border-color: #DB9120;
}
</style>