Shades of Buttercup #DE8E31
Tints of Buttercup #DE8E31
RGB
CMYK
RGB Variations
Color information
#DE8E31 (or 0xDE8E31) is known color: Buttercup. HEX triplet: DE, 8E and 31. RGB value is (222,142,49). Sum of RGB (Red+Green+Blue) = 222+142+49=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8E31 is #2171CE. Grayscale: #9B9B9B. Windows color (decimal): -2191823 or 3247838. OLE color: 3247838.
HSL color Cylindrical-coordinate representation of color #DE8E31: hue angle of 32.25º degrees, saturation: 0.72, 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 #DE8E31 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 49 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.13 |
| HSL | 32.25º | 0.72% | 0.53% | - |
| HSV(B) | 32.25º | 0.78% | 0.87% | - |
| XYZ | 40.35 | 35.1 | 7.55 | - |
| YUV | 155.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 49 | 0 | 0.36 | 0.78 | 0.13 | 32.25 | 0.72 | 0.53 |
| Hex | DE | 8E | 31 | 0 | 24 | 4E | D | 20 | 48 | 35 |
| Octal | 336 | 216 | 61 | 0 | 44 | 116 | 15 | 40 | 110 | 65 |
| Binary | 11011110 | 10001110 | 110001 | 0 | 100100 | 1001110 | 1101 | 100000 | 1001000 | 110101 |
Color Harmonies of #DE8E31
Complementary color
Monochromatic Colors of #DE8E31
Black with #DE8E31
Text Example
Text Example
White with #DE8E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8E31; }
p { color: rgb(222,142,49); }
H1.HeaderClassName
{
color: #DE8E31;
}
.AnyTagClassName
{
color: #DE8E31;
}
</style>
background-color css
<style>
a { background-color: #DE8E31; }
a { background-color: rgb(222,142,49); }
div.DivClassName
{
background-color: #DE8E31;
}
.BgClassName
{
background-color: #DE8E31;
}
</style>
border-color css
<style>
span { border-color: #DE8E31; }
span { border-color: rgb(222,142,49); }
td.TdClassName
{
border-color: #DE8E31;
}
.TagClassName
{
border-color: #DE8E31;
}
</style>