Shades of Buttercup #DB8F22
Tints of Buttercup #DB8F22
RGB
CMYK
RGB Variations
Color information
#DB8F22 (or 0xDB8F22) is known color: Buttercup. HEX triplet: DB, 8F and 22. RGB value is (219,143,34). Sum of RGB (Red+Green+Blue) = 219+143+34=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F22 is #2470DD. Grayscale: #999999. Windows color (decimal): -2388190 or 2265051. OLE color: 2265051.
HSL color Cylindrical-coordinate representation of color #DB8F22: hue angle of 35.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB8F22 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 34 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.14 |
| HSL | 35.35º | 0.73% | 0.5% | - |
| HSV(B) | 35.35º | 0.84% | 0.86% | - |
| XYZ | 39.32 | 34.82 | 6.16 | - |
| YUV | 153.3 | 60.68 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 34 | 0 | 0.35 | 0.84 | 0.14 | 35.35 | 0.73 | 0.5 |
| Hex | DB | 8F | 22 | 0 | 23 | 54 | E | 23 | 49 | 32 |
| Octal | 333 | 217 | 42 | 0 | 43 | 124 | 16 | 43 | 111 | 62 |
| Binary | 11011011 | 10001111 | 100010 | 0 | 100011 | 1010100 | 1110 | 100011 | 1001001 | 110010 |
Color Harmonies of #DB8F22
Complementary color
Monochromatic Colors of #DB8F22
Black with #DB8F22
Text Example
Text Example
White with #DB8F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F22; }
p { color: rgb(219,143,34); }
H1.HeaderClassName
{
color: #DB8F22;
}
.AnyTagClassName
{
color: #DB8F22;
}
</style>
background-color css
<style>
a { background-color: #DB8F22; }
a { background-color: rgb(219,143,34); }
div.DivClassName
{
background-color: #DB8F22;
}
.BgClassName
{
background-color: #DB8F22;
}
</style>
border-color css
<style>
span { border-color: #DB8F22; }
span { border-color: rgb(219,143,34); }
td.TdClassName
{
border-color: #DB8F22;
}
.TagClassName
{
border-color: #DB8F22;
}
</style>