Shades of Buttercup #DE9324
Tints of Buttercup #DE9324
RGB
CMYK
RGB Variations
Color information
#DE9324 (or 0xDE9324) is known color: Buttercup. HEX triplet: DE, 93 and 24. RGB value is (222,147,36). Sum of RGB (Red+Green+Blue) = 222+147+36=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9324 is #216CDB. Grayscale: #9D9D9D. Windows color (decimal): -2190556 or 2397150. OLE color: 2397150.
HSL color Cylindrical-coordinate representation of color #DE9324: hue angle of 35.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE9324 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 36 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.13 |
| HSL | 35.81º | 0.74% | 0.51% | - |
| HSV(B) | 35.81º | 0.84% | 0.87% | - |
| XYZ | 40.88 | 36.52 | 6.56 | - |
| YUV | 156.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 36 | 0 | 0.34 | 0.84 | 0.13 | 35.81 | 0.74 | 0.51 |
| Hex | DE | 93 | 24 | 0 | 22 | 54 | D | 24 | 4A | 33 |
| Octal | 336 | 223 | 44 | 0 | 42 | 124 | 15 | 44 | 112 | 63 |
| Binary | 11011110 | 10010011 | 100100 | 0 | 100010 | 1010100 | 1101 | 100100 | 1001010 | 110011 |
Color Harmonies of #DE9324
Complementary color
Monochromatic Colors of #DE9324
Black with #DE9324
Text Example
Text Example
White with #DE9324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9324; }
p { color: rgb(222,147,36); }
H1.HeaderClassName
{
color: #DE9324;
}
.AnyTagClassName
{
color: #DE9324;
}
</style>
background-color css
<style>
a { background-color: #DE9324; }
a { background-color: rgb(222,147,36); }
div.DivClassName
{
background-color: #DE9324;
}
.BgClassName
{
background-color: #DE9324;
}
</style>
border-color css
<style>
span { border-color: #DE9324; }
span { border-color: rgb(222,147,36); }
td.TdClassName
{
border-color: #DE9324;
}
.TagClassName
{
border-color: #DE9324;
}
</style>