Shades of Buttercup #DB9223
Tints of Buttercup #DB9223
RGB
CMYK
RGB Variations
Color information
#DB9223 (or 0xDB9223) is known color: Buttercup. HEX triplet: DB, 92 and 23. RGB value is (219,146,35). Sum of RGB (Red+Green+Blue) = 219+146+35=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9223 is #246DDC. Grayscale: #9B9B9B. Windows color (decimal): -2387421 or 2331355. OLE color: 2331355.
HSL color Cylindrical-coordinate representation of color #DB9223: hue angle of 36.2º 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 #DB9223 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 35 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.14 |
| HSL | 36.2º | 0.72% | 0.5% | - |
| HSV(B) | 36.2º | 0.84% | 0.86% | - |
| XYZ | 39.8 | 35.74 | 6.39 | - |
| YUV | 155.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 35 | 0 | 0.33 | 0.84 | 0.14 | 36.2 | 0.72 | 0.5 |
| Hex | DB | 92 | 23 | 0 | 21 | 54 | E | 24 | 48 | 32 |
| Octal | 333 | 222 | 43 | 0 | 41 | 124 | 16 | 44 | 110 | 62 |
| Binary | 11011011 | 10010010 | 100011 | 0 | 100001 | 1010100 | 1110 | 100100 | 1001000 | 110010 |
Color Harmonies of #DB9223
Complementary color
Monochromatic Colors of #DB9223
Black with #DB9223
Text Example
Text Example
White with #DB9223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9223; }
p { color: rgb(219,146,35); }
H1.HeaderClassName
{
color: #DB9223;
}
.AnyTagClassName
{
color: #DB9223;
}
</style>
background-color css
<style>
a { background-color: #DB9223; }
a { background-color: rgb(219,146,35); }
div.DivClassName
{
background-color: #DB9223;
}
.BgClassName
{
background-color: #DB9223;
}
</style>
border-color css
<style>
span { border-color: #DB9223; }
span { border-color: rgb(219,146,35); }
td.TdClassName
{
border-color: #DB9223;
}
.TagClassName
{
border-color: #DB9223;
}
</style>