Shades of Buttercup #DE8E30
Tints of Buttercup #DE8E30
RGB
CMYK
RGB Variations
Color information
#DE8E30 (or 0xDE8E30) is known color: Buttercup. HEX triplet: DE, 8E and 30. RGB value is (222,142,48). Sum of RGB (Red+Green+Blue) = 222+142+48=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8E30 is #2171CF. Grayscale: #9B9B9B. Windows color (decimal): -2191824 or 3182302. OLE color: 3182302.
HSL color Cylindrical-coordinate representation of color #DE8E30: hue angle of 32.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE8E30 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 48 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.13 |
| HSL | 32.41º | 0.73% | 0.53% | - |
| HSV(B) | 32.41º | 0.78% | 0.87% | - |
| XYZ | 40.33 | 35.09 | 7.44 | - |
| YUV | 155.2 | 67.5 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 48 | 0 | 0.36 | 0.78 | 0.13 | 32.41 | 0.73 | 0.53 |
| Hex | DE | 8E | 30 | 0 | 24 | 4E | D | 20 | 48 | 35 |
| Octal | 336 | 216 | 60 | 0 | 44 | 116 | 15 | 40 | 110 | 65 |
| Binary | 11011110 | 10001110 | 110000 | 0 | 100100 | 1001110 | 1101 | 100000 | 1001000 | 110101 |
Color Harmonies of #DE8E30
Complementary color
Monochromatic Colors of #DE8E30
Black with #DE8E30
Text Example
Text Example
White with #DE8E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8E30; }
p { color: rgb(222,142,48); }
H1.HeaderClassName
{
color: #DE8E30;
}
.AnyTagClassName
{
color: #DE8E30;
}
</style>
background-color css
<style>
a { background-color: #DE8E30; }
a { background-color: rgb(222,142,48); }
div.DivClassName
{
background-color: #DE8E30;
}
.BgClassName
{
background-color: #DE8E30;
}
</style>
border-color css
<style>
span { border-color: #DE8E30; }
span { border-color: rgb(222,142,48); }
td.TdClassName
{
border-color: #DE8E30;
}
.TagClassName
{
border-color: #DE8E30;
}
</style>