Shades of Buttercup #DB9B34
Tints of Buttercup #DB9B34
RGB
CMYK
RGB Variations
Color information
#DB9B34 (or 0xDB9B34) is known color: Buttercup. HEX triplet: DB, 9B and 34. RGB value is (219,155,52). Sum of RGB (Red+Green+Blue) = 219+155+52=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9B34 is #2464CB. Grayscale: #A2A2A2. Windows color (decimal): -2385100 or 3447771. OLE color: 3447771.
HSL color Cylindrical-coordinate representation of color #DB9B34: hue angle of 37.01º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB9B34 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 52 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.14 |
| HSL | 37.01º | 0.7% | 0.53% | - |
| HSV(B) | 37.01º | 0.76% | 0.86% | - |
| XYZ | 41.55 | 38.75 | 8.54 | - |
| YUV | 162.39 | 65.7 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 52 | 0 | 0.29 | 0.76 | 0.14 | 37.01 | 0.7 | 0.53 |
| Hex | DB | 9B | 34 | 0 | 1D | 4C | E | 25 | 46 | 35 |
| Octal | 333 | 233 | 64 | 0 | 35 | 114 | 16 | 45 | 106 | 65 |
| Binary | 11011011 | 10011011 | 110100 | 0 | 11101 | 1001100 | 1110 | 100101 | 1000110 | 110101 |
Color Harmonies of #DB9B34
Complementary color
Monochromatic Colors of #DB9B34
Black with #DB9B34
Text Example
Text Example
White with #DB9B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B34; }
p { color: rgb(219,155,52); }
H1.HeaderClassName
{
color: #DB9B34;
}
.AnyTagClassName
{
color: #DB9B34;
}
</style>
background-color css
<style>
a { background-color: #DB9B34; }
a { background-color: rgb(219,155,52); }
div.DivClassName
{
background-color: #DB9B34;
}
.BgClassName
{
background-color: #DB9B34;
}
</style>
border-color css
<style>
span { border-color: #DB9B34; }
span { border-color: rgb(219,155,52); }
td.TdClassName
{
border-color: #DB9B34;
}
.TagClassName
{
border-color: #DB9B34;
}
</style>