Shades of Buttercup #DB9327
Tints of Buttercup #DB9327
RGB
CMYK
RGB Variations
Color information
#DB9327 (or 0xDB9327) is known color: Buttercup. HEX triplet: DB, 93 and 27. RGB value is (219,147,39). Sum of RGB (Red+Green+Blue) = 219+147+39=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9327 is #246CD8. Grayscale: #9C9C9C. Windows color (decimal): -2387161 or 2593755. OLE color: 2593755.
HSL color Cylindrical-coordinate representation of color #DB9327: hue angle of 36º 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 #DB9327 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 39 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.14 |
| HSL | 36º | 0.71% | 0.51% | - |
| HSV(B) | 36º | 0.82% | 0.86% | - |
| XYZ | 40.01 | 36.07 | 6.77 | - |
| YUV | 156.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 39 | 0 | 0.33 | 0.82 | 0.14 | 36 | 0.71 | 0.51 |
| Hex | DB | 93 | 27 | 0 | 21 | 52 | E | 24 | 47 | 33 |
| Octal | 333 | 223 | 47 | 0 | 41 | 122 | 16 | 44 | 107 | 63 |
| Binary | 11011011 | 10010011 | 100111 | 0 | 100001 | 1010010 | 1110 | 100100 | 1000111 | 110011 |
Color Harmonies of #DB9327
Complementary color
Monochromatic Colors of #DB9327
Black with #DB9327
Text Example
Text Example
White with #DB9327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9327; }
p { color: rgb(219,147,39); }
H1.HeaderClassName
{
color: #DB9327;
}
.AnyTagClassName
{
color: #DB9327;
}
</style>
background-color css
<style>
a { background-color: #DB9327; }
a { background-color: rgb(219,147,39); }
div.DivClassName
{
background-color: #DB9327;
}
.BgClassName
{
background-color: #DB9327;
}
</style>
border-color css
<style>
span { border-color: #DB9327; }
span { border-color: rgb(219,147,39); }
td.TdClassName
{
border-color: #DB9327;
}
.TagClassName
{
border-color: #DB9327;
}
</style>