Shades of Buttercup #DB8F21
Tints of Buttercup #DB8F21
RGB
CMYK
RGB Variations
Color information
#DB8F21 (or 0xDB8F21) is known color: Buttercup. HEX triplet: DB, 8F and 21. RGB value is (219,143,33). Sum of RGB (Red+Green+Blue) = 219+143+33=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F21 is #2470DE. Grayscale: #999999. Windows color (decimal): -2388191 or 2199515. OLE color: 2199515.
HSL color Cylindrical-coordinate representation of color #DB8F21: hue angle of 35.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB8F21 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 33 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.14 |
| HSL | 35.48º | 0.74% | 0.49% | - |
| HSV(B) | 35.48º | 0.85% | 0.86% | - |
| XYZ | 39.31 | 34.81 | 6.09 | - |
| YUV | 153.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 33 | 0 | 0.35 | 0.85 | 0.14 | 35.48 | 0.74 | 0.49 |
| Hex | DB | 8F | 21 | 0 | 23 | 55 | E | 23 | 4A | 31 |
| Octal | 333 | 217 | 41 | 0 | 43 | 125 | 16 | 43 | 112 | 61 |
| Binary | 11011011 | 10001111 | 100001 | 0 | 100011 | 1010101 | 1110 | 100011 | 1001010 | 110001 |
Color Harmonies of #DB8F21
Complementary color
Monochromatic Colors of #DB8F21
Black with #DB8F21
Text Example
Text Example
White with #DB8F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F21; }
p { color: rgb(219,143,33); }
H1.HeaderClassName
{
color: #DB8F21;
}
.AnyTagClassName
{
color: #DB8F21;
}
</style>
background-color css
<style>
a { background-color: #DB8F21; }
a { background-color: rgb(219,143,33); }
div.DivClassName
{
background-color: #DB8F21;
}
.BgClassName
{
background-color: #DB8F21;
}
</style>
border-color css
<style>
span { border-color: #DB8F21; }
span { border-color: rgb(219,143,33); }
td.TdClassName
{
border-color: #DB8F21;
}
.TagClassName
{
border-color: #DB8F21;
}
</style>