Shades of Buttercup #DE9321
Tints of Buttercup #DE9321
RGB
CMYK
RGB Variations
Color information
#DE9321 (or 0xDE9321) is known color: Buttercup. HEX triplet: DE, 93 and 21. RGB value is (222,147,33). Sum of RGB (Red+Green+Blue) = 222+147+33=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9321 is #216CDE. Grayscale: #9C9C9C. Windows color (decimal): -2190559 or 2200542. OLE color: 2200542.
HSL color Cylindrical-coordinate representation of color #DE9321: hue angle of 36.19º 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 #DE9321 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 33 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.13 |
| HSL | 36.19º | 0.74% | 0.5% | - |
| HSV(B) | 36.19º | 0.85% | 0.87% | - |
| XYZ | 40.83 | 36.51 | 6.33 | - |
| YUV | 156.43 | 58.35 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 33 | 0 | 0.34 | 0.85 | 0.13 | 36.19 | 0.74 | 0.5 |
| Hex | DE | 93 | 21 | 0 | 22 | 55 | D | 24 | 4A | 32 |
| Octal | 336 | 223 | 41 | 0 | 42 | 125 | 15 | 44 | 112 | 62 |
| Binary | 11011110 | 10010011 | 100001 | 0 | 100010 | 1010101 | 1101 | 100100 | 1001010 | 110010 |
Color Harmonies of #DE9321
Complementary color
Monochromatic Colors of #DE9321
Black with #DE9321
Text Example
Text Example
White with #DE9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9321; }
p { color: rgb(222,147,33); }
H1.HeaderClassName
{
color: #DE9321;
}
.AnyTagClassName
{
color: #DE9321;
}
</style>
background-color css
<style>
a { background-color: #DE9321; }
a { background-color: rgb(222,147,33); }
div.DivClassName
{
background-color: #DE9321;
}
.BgClassName
{
background-color: #DE9321;
}
</style>
border-color css
<style>
span { border-color: #DE9321; }
span { border-color: rgb(222,147,33); }
td.TdClassName
{
border-color: #DE9321;
}
.TagClassName
{
border-color: #DE9321;
}
</style>