Shades of Buttercup #DE8621
Tints of Buttercup #DE8621
RGB
CMYK
RGB Variations
Color information
#DE8621 (or 0xDE8621) is known color: Buttercup. HEX triplet: DE, 86 and 21. RGB value is (222,134,33). Sum of RGB (Red+Green+Blue) = 222+134+33=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8621 is #2179DE. Grayscale: #959595. Windows color (decimal): -2193887 or 2197214. OLE color: 2197214.
HSL color Cylindrical-coordinate representation of color #DE8621: hue angle of 32.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE8621 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 33 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.13 |
| HSL | 32.06º | 0.74% | 0.5% | - |
| HSV(B) | 32.06º | 0.85% | 0.87% | - |
| XYZ | 38.92 | 32.69 | 5.7 | - |
| YUV | 148.8 | 62.65 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 33 | 0 | 0.40 | 0.85 | 0.13 | 32.06 | 0.74 | 0.5 |
| Hex | DE | 86 | 21 | 0 | 28 | 55 | D | 20 | 4A | 32 |
| Octal | 336 | 206 | 41 | 0 | 50 | 125 | 15 | 40 | 112 | 62 |
| Binary | 11011110 | 10000110 | 100001 | 0 | 101000 | 1010101 | 1101 | 100000 | 1001010 | 110010 |
Color Harmonies of #DE8621
Complementary color
Monochromatic Colors of #DE8621
Black with #DE8621
Text Example
Text Example
White with #DE8621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8621; }
p { color: rgb(222,134,33); }
H1.HeaderClassName
{
color: #DE8621;
}
.AnyTagClassName
{
color: #DE8621;
}
</style>
background-color css
<style>
a { background-color: #DE8621; }
a { background-color: rgb(222,134,33); }
div.DivClassName
{
background-color: #DE8621;
}
.BgClassName
{
background-color: #DE8621;
}
</style>
border-color css
<style>
span { border-color: #DE8621; }
span { border-color: rgb(222,134,33); }
td.TdClassName
{
border-color: #DE8621;
}
.TagClassName
{
border-color: #DE8621;
}
</style>