Shades of Buttercup #DB9123
Tints of Buttercup #DB9123
RGB
CMYK
RGB Variations
Color information
#DB9123 (or 0xDB9123) is known color: Buttercup. HEX triplet: DB, 91 and 23. RGB value is (219,145,35). Sum of RGB (Red+Green+Blue) = 219+145+35=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9123 is #246EDC. Grayscale: #9B9B9B. Windows color (decimal): -2387677 or 2331099. OLE color: 2331099.
HSL color Cylindrical-coordinate representation of color #DB9123: hue angle of 35.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB9123 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 35 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.14 |
| HSL | 35.87º | 0.72% | 0.5% | - |
| HSV(B) | 35.87º | 0.84% | 0.86% | - |
| XYZ | 39.64 | 35.43 | 6.34 | - |
| YUV | 154.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 35 | 0 | 0.34 | 0.84 | 0.14 | 35.87 | 0.72 | 0.5 |
| Hex | DB | 91 | 23 | 0 | 22 | 54 | E | 24 | 48 | 32 |
| Octal | 333 | 221 | 43 | 0 | 42 | 124 | 16 | 44 | 110 | 62 |
| Binary | 11011011 | 10010001 | 100011 | 0 | 100010 | 1010100 | 1110 | 100100 | 1001000 | 110010 |
Color Harmonies of #DB9123
Complementary color
Monochromatic Colors of #DB9123
Black with #DB9123
Text Example
Text Example
White with #DB9123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9123; }
p { color: rgb(219,145,35); }
H1.HeaderClassName
{
color: #DB9123;
}
.AnyTagClassName
{
color: #DB9123;
}
</style>
background-color css
<style>
a { background-color: #DB9123; }
a { background-color: rgb(219,145,35); }
div.DivClassName
{
background-color: #DB9123;
}
.BgClassName
{
background-color: #DB9123;
}
</style>
border-color css
<style>
span { border-color: #DB9123; }
span { border-color: rgb(219,145,35); }
td.TdClassName
{
border-color: #DB9123;
}
.TagClassName
{
border-color: #DB9123;
}
</style>