Shades of Buttercup #DB9926
Tints of Buttercup #DB9926
RGB
CMYK
RGB Variations
Color information
#DB9926 (or 0xDB9926) is known color: Buttercup. HEX triplet: DB, 99 and 26. RGB value is (219,153,38). Sum of RGB (Red+Green+Blue) = 219+153+38=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9926 is #2466D9. Grayscale: #A0A0A0. Windows color (decimal): -2385626 or 2529755. OLE color: 2529755.
HSL color Cylindrical-coordinate representation of color #DB9926: hue angle of 38.12º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB9926 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 38 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.14 |
| HSL | 38.12º | 0.72% | 0.5% | - |
| HSV(B) | 38.12º | 0.83% | 0.86% | - |
| XYZ | 40.95 | 37.98 | 7.01 | - |
| YUV | 159.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 38 | 0 | 0.30 | 0.83 | 0.14 | 38.12 | 0.72 | 0.5 |
| Hex | DB | 99 | 26 | 0 | 1E | 53 | E | 26 | 48 | 32 |
| Octal | 333 | 231 | 46 | 0 | 36 | 123 | 16 | 46 | 110 | 62 |
| Binary | 11011011 | 10011001 | 100110 | 0 | 11110 | 1010011 | 1110 | 100110 | 1001000 | 110010 |
Color Harmonies of #DB9926
Complementary color
Monochromatic Colors of #DB9926
Black with #DB9926
Text Example
Text Example
White with #DB9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9926; }
p { color: rgb(219,153,38); }
H1.HeaderClassName
{
color: #DB9926;
}
.AnyTagClassName
{
color: #DB9926;
}
</style>
background-color css
<style>
a { background-color: #DB9926; }
a { background-color: rgb(219,153,38); }
div.DivClassName
{
background-color: #DB9926;
}
.BgClassName
{
background-color: #DB9926;
}
</style>
border-color css
<style>
span { border-color: #DB9926; }
span { border-color: rgb(219,153,38); }
td.TdClassName
{
border-color: #DB9926;
}
.TagClassName
{
border-color: #DB9926;
}
</style>