Shades of Buttercup #DB9433
Tints of Buttercup #DB9433
RGB
CMYK
RGB Variations
Color information
#DB9433 (or 0xDB9433) is known color: Buttercup. HEX triplet: DB, 94 and 33. RGB value is (219,148,51). Sum of RGB (Red+Green+Blue) = 219+148+51=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9433 is #246BCC. Grayscale: #9E9E9E. Windows color (decimal): -2386893 or 3380443. OLE color: 3380443.
HSL color Cylindrical-coordinate representation of color #DB9433: hue angle of 34.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB9433 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 51 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.14 |
| HSL | 34.64º | 0.7% | 0.53% | - |
| HSV(B) | 34.64º | 0.77% | 0.86% | - |
| XYZ | 40.4 | 36.48 | 8.04 | - |
| YUV | 158.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 51 | 0 | 0.32 | 0.77 | 0.14 | 34.64 | 0.7 | 0.53 |
| Hex | DB | 94 | 33 | 0 | 20 | 4D | E | 23 | 46 | 35 |
| Octal | 333 | 224 | 63 | 0 | 40 | 115 | 16 | 43 | 106 | 65 |
| Binary | 11011011 | 10010100 | 110011 | 0 | 100000 | 1001101 | 1110 | 100011 | 1000110 | 110101 |
Color Harmonies of #DB9433
Complementary color
Monochromatic Colors of #DB9433
Black with #DB9433
Text Example
Text Example
White with #DB9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9433; }
p { color: rgb(219,148,51); }
H1.HeaderClassName
{
color: #DB9433;
}
.AnyTagClassName
{
color: #DB9433;
}
</style>
background-color css
<style>
a { background-color: #DB9433; }
a { background-color: rgb(219,148,51); }
div.DivClassName
{
background-color: #DB9433;
}
.BgClassName
{
background-color: #DB9433;
}
</style>
border-color css
<style>
span { border-color: #DB9433; }
span { border-color: rgb(219,148,51); }
td.TdClassName
{
border-color: #DB9433;
}
.TagClassName
{
border-color: #DB9433;
}
</style>