Shades of Buttercup #DB9823
Tints of Buttercup #DB9823
RGB
CMYK
RGB Variations
Color information
#DB9823 (or 0xDB9823) is known color: Buttercup. HEX triplet: DB, 98 and 23. RGB value is (219,152,35). Sum of RGB (Red+Green+Blue) = 219+152+35=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9823 is #2467DC. Grayscale: #9F9F9F. Windows color (decimal): -2385885 or 2332891. OLE color: 2332891.
HSL color Cylindrical-coordinate representation of color #DB9823: hue angle of 38.15º 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 #DB9823 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 35 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.14 |
| HSL | 38.15º | 0.72% | 0.5% | - |
| HSV(B) | 38.15º | 0.84% | 0.86% | - |
| XYZ | 40.75 | 37.64 | 6.71 | - |
| YUV | 158.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 35 | 0 | 0.31 | 0.84 | 0.14 | 38.15 | 0.72 | 0.5 |
| Hex | DB | 98 | 23 | 0 | 1F | 54 | E | 26 | 48 | 32 |
| Octal | 333 | 230 | 43 | 0 | 37 | 124 | 16 | 46 | 110 | 62 |
| Binary | 11011011 | 10011000 | 100011 | 0 | 11111 | 1010100 | 1110 | 100110 | 1001000 | 110010 |
Color Harmonies of #DB9823
Complementary color
Monochromatic Colors of #DB9823
Black with #DB9823
Text Example
Text Example
White with #DB9823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9823; }
p { color: rgb(219,152,35); }
H1.HeaderClassName
{
color: #DB9823;
}
.AnyTagClassName
{
color: #DB9823;
}
</style>
background-color css
<style>
a { background-color: #DB9823; }
a { background-color: rgb(219,152,35); }
div.DivClassName
{
background-color: #DB9823;
}
.BgClassName
{
background-color: #DB9823;
}
</style>
border-color css
<style>
span { border-color: #DB9823; }
span { border-color: rgb(219,152,35); }
td.TdClassName
{
border-color: #DB9823;
}
.TagClassName
{
border-color: #DB9823;
}
</style>