Shades of Buttercup #DE9232
Tints of Buttercup #DE9232
RGB
CMYK
RGB Variations
Color information
#DE9232 (or 0xDE9232) is known color: Buttercup. HEX triplet: DE, 92 and 32. RGB value is (222,146,50). Sum of RGB (Red+Green+Blue) = 222+146+50=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9232 is #216DCD. Grayscale: #9E9E9E. Windows color (decimal): -2190798 or 3314398. OLE color: 3314398.
HSL color Cylindrical-coordinate representation of color #DE9232: hue angle of 33.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE9232 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 50 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.13 |
| HSL | 33.49º | 0.72% | 0.53% | - |
| HSV(B) | 33.49º | 0.77% | 0.87% | - |
| XYZ | 40.98 | 36.32 | 7.87 | - |
| YUV | 157.78 | 67.18 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 50 | 0 | 0.34 | 0.77 | 0.13 | 33.49 | 0.72 | 0.53 |
| Hex | DE | 92 | 32 | 0 | 22 | 4D | D | 21 | 48 | 35 |
| Octal | 336 | 222 | 62 | 0 | 42 | 115 | 15 | 41 | 110 | 65 |
| Binary | 11011110 | 10010010 | 110010 | 0 | 100010 | 1001101 | 1101 | 100001 | 1001000 | 110101 |
Color Harmonies of #DE9232
Complementary color
Monochromatic Colors of #DE9232
Black with #DE9232
Text Example
Text Example
White with #DE9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9232; }
p { color: rgb(222,146,50); }
H1.HeaderClassName
{
color: #DE9232;
}
.AnyTagClassName
{
color: #DE9232;
}
</style>
background-color css
<style>
a { background-color: #DE9232; }
a { background-color: rgb(222,146,50); }
div.DivClassName
{
background-color: #DE9232;
}
.BgClassName
{
background-color: #DE9232;
}
</style>
border-color css
<style>
span { border-color: #DE9232; }
span { border-color: rgb(222,146,50); }
td.TdClassName
{
border-color: #DE9232;
}
.TagClassName
{
border-color: #DE9232;
}
</style>