Shades of Buttercup #DB9D2F
Tints of Buttercup #DB9D2F
RGB
CMYK
RGB Variations
Color information
#DB9D2F (or 0xDB9D2F) is known color: Buttercup. HEX triplet: DB, 9D and 2F. RGB value is (219,157,47). Sum of RGB (Red+Green+Blue) = 219+157+47=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9D2F is #2462D0. Grayscale: #A3A3A3. Windows color (decimal): -2384593 or 3120603. OLE color: 3120603.
HSL color Cylindrical-coordinate representation of color #DB9D2F: hue angle of 38.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB9D2F is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 47 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.14 |
| HSL | 38.37º | 0.7% | 0.52% | - |
| HSV(B) | 38.37º | 0.79% | 0.86% | - |
| XYZ | 41.78 | 39.38 | 8.09 | - |
| YUV | 163 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 47 | 0 | 0.28 | 0.79 | 0.14 | 38.37 | 0.7 | 0.52 |
| Hex | DB | 9D | 2F | 0 | 1C | 4F | E | 26 | 46 | 34 |
| Octal | 333 | 235 | 57 | 0 | 34 | 117 | 16 | 46 | 106 | 64 |
| Binary | 11011011 | 10011101 | 101111 | 0 | 11100 | 1001111 | 1110 | 100110 | 1000110 | 110100 |
Color Harmonies of #DB9D2F
Complementary color
Monochromatic Colors of #DB9D2F
Black with #DB9D2F
Text Example
Text Example
White with #DB9D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D2F; }
p { color: rgb(219,157,47); }
H1.HeaderClassName
{
color: #DB9D2F;
}
.AnyTagClassName
{
color: #DB9D2F;
}
</style>
background-color css
<style>
a { background-color: #DB9D2F; }
a { background-color: rgb(219,157,47); }
div.DivClassName
{
background-color: #DB9D2F;
}
.BgClassName
{
background-color: #DB9D2F;
}
</style>
border-color css
<style>
span { border-color: #DB9D2F; }
span { border-color: rgb(219,157,47); }
td.TdClassName
{
border-color: #DB9D2F;
}
.TagClassName
{
border-color: #DB9D2F;
}
</style>