Shades of Buttercup #DB9227
Tints of Buttercup #DB9227
RGB
CMYK
RGB Variations
Color information
#DB9227 (or 0xDB9227) is known color: Buttercup. HEX triplet: DB, 92 and 27. RGB value is (219,146,39). Sum of RGB (Red+Green+Blue) = 219+146+39=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9227 is #246DD8. Grayscale: #9C9C9C. Windows color (decimal): -2387417 or 2593499. OLE color: 2593499.
HSL color Cylindrical-coordinate representation of color #DB9227: hue angle of 35.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB9227 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 39 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.14 |
| HSL | 35.67º | 0.71% | 0.51% | - |
| HSV(B) | 35.67º | 0.82% | 0.86% | - |
| XYZ | 39.86 | 35.76 | 6.72 | - |
| YUV | 155.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 39 | 0 | 0.33 | 0.82 | 0.14 | 35.67 | 0.71 | 0.51 |
| Hex | DB | 92 | 27 | 0 | 21 | 52 | E | 24 | 47 | 33 |
| Octal | 333 | 222 | 47 | 0 | 41 | 122 | 16 | 44 | 107 | 63 |
| Binary | 11011011 | 10010010 | 100111 | 0 | 100001 | 1010010 | 1110 | 100100 | 1000111 | 110011 |
Color Harmonies of #DB9227
Complementary color
Monochromatic Colors of #DB9227
Black with #DB9227
Text Example
Text Example
White with #DB9227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9227; }
p { color: rgb(219,146,39); }
H1.HeaderClassName
{
color: #DB9227;
}
.AnyTagClassName
{
color: #DB9227;
}
</style>
background-color css
<style>
a { background-color: #DB9227; }
a { background-color: rgb(219,146,39); }
div.DivClassName
{
background-color: #DB9227;
}
.BgClassName
{
background-color: #DB9227;
}
</style>
border-color css
<style>
span { border-color: #DB9227; }
span { border-color: rgb(219,146,39); }
td.TdClassName
{
border-color: #DB9227;
}
.TagClassName
{
border-color: #DB9227;
}
</style>