Shades of Buttercup #DB9727
Tints of Buttercup #DB9727
RGB
CMYK
RGB Variations
Color information
#DB9727 (or 0xDB9727) is known color: Buttercup. HEX triplet: DB, 97 and 27. RGB value is (219,151,39). Sum of RGB (Red+Green+Blue) = 219+151+39=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9727 is #2468D8. Grayscale: #9F9F9F. Windows color (decimal): -2386137 or 2594779. OLE color: 2594779.
HSL color Cylindrical-coordinate representation of color #DB9727: hue angle of 37.33º 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 #DB9727 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 39 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.14 |
| HSL | 37.33º | 0.71% | 0.51% | - |
| HSV(B) | 37.33º | 0.82% | 0.86% | - |
| XYZ | 40.65 | 37.34 | 6.98 | - |
| YUV | 158.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 39 | 0 | 0.31 | 0.82 | 0.14 | 37.33 | 0.71 | 0.51 |
| Hex | DB | 97 | 27 | 0 | 1F | 52 | E | 25 | 47 | 33 |
| Octal | 333 | 227 | 47 | 0 | 37 | 122 | 16 | 45 | 107 | 63 |
| Binary | 11011011 | 10010111 | 100111 | 0 | 11111 | 1010010 | 1110 | 100101 | 1000111 | 110011 |
Color Harmonies of #DB9727
Complementary color
Monochromatic Colors of #DB9727
Black with #DB9727
Text Example
Text Example
White with #DB9727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9727; }
p { color: rgb(219,151,39); }
H1.HeaderClassName
{
color: #DB9727;
}
.AnyTagClassName
{
color: #DB9727;
}
</style>
background-color css
<style>
a { background-color: #DB9727; }
a { background-color: rgb(219,151,39); }
div.DivClassName
{
background-color: #DB9727;
}
.BgClassName
{
background-color: #DB9727;
}
</style>
border-color css
<style>
span { border-color: #DB9727; }
span { border-color: rgb(219,151,39); }
td.TdClassName
{
border-color: #DB9727;
}
.TagClassName
{
border-color: #DB9727;
}
</style>