Shades of Buttercup #DE8521
Tints of Buttercup #DE8521
RGB
CMYK
RGB Variations
Color information
#DE8521 (or 0xDE8521) is known color: Buttercup. HEX triplet: DE, 85 and 21. RGB value is (222,133,33). Sum of RGB (Red+Green+Blue) = 222+133+33=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8521 is #217ADE. Grayscale: #949494. Windows color (decimal): -2194143 or 2196958. OLE color: 2196958.
HSL color Cylindrical-coordinate representation of color #DE8521: hue angle of 31.75º 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 #DE8521 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 33 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.13 |
| HSL | 31.75º | 0.74% | 0.5% | - |
| HSV(B) | 31.75º | 0.85% | 0.87% | - |
| XYZ | 38.79 | 32.41 | 5.65 | - |
| YUV | 148.21 | 62.99 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 33 | 0 | 0.40 | 0.85 | 0.13 | 31.75 | 0.74 | 0.5 |
| Hex | DE | 85 | 21 | 0 | 28 | 55 | D | 20 | 4A | 32 |
| Octal | 336 | 205 | 41 | 0 | 50 | 125 | 15 | 40 | 112 | 62 |
| Binary | 11011110 | 10000101 | 100001 | 0 | 101000 | 1010101 | 1101 | 100000 | 1001010 | 110010 |
Color Harmonies of #DE8521
Complementary color
Monochromatic Colors of #DE8521
Black with #DE8521
Text Example
Text Example
White with #DE8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8521; }
p { color: rgb(222,133,33); }
H1.HeaderClassName
{
color: #DE8521;
}
.AnyTagClassName
{
color: #DE8521;
}
</style>
background-color css
<style>
a { background-color: #DE8521; }
a { background-color: rgb(222,133,33); }
div.DivClassName
{
background-color: #DE8521;
}
.BgClassName
{
background-color: #DE8521;
}
</style>
border-color css
<style>
span { border-color: #DE8521; }
span { border-color: rgb(222,133,33); }
td.TdClassName
{
border-color: #DE8521;
}
.TagClassName
{
border-color: #DE8521;
}
</style>