Shades of Buttercup #DE8D2C
Tints of Buttercup #DE8D2C
RGB
CMYK
RGB Variations
Color information
#DE8D2C (or 0xDE8D2C) is known color: Buttercup. HEX triplet: DE, 8D and 2C. RGB value is (222,141,44). Sum of RGB (Red+Green+Blue) = 222+141+44=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D2C is #2172D3. Grayscale: #9A9A9A. Windows color (decimal): -2192084 or 2919902. OLE color: 2919902.
HSL color Cylindrical-coordinate representation of color #DE8D2C: hue angle of 32.7º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE8D2C is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 44 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.13 |
| HSL | 32.7º | 0.73% | 0.52% | - |
| HSV(B) | 32.7º | 0.8% | 0.87% | - |
| XYZ | 40.1 | 34.76 | 6.98 | - |
| YUV | 154.16 | 65.84 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 44 | 0 | 0.36 | 0.80 | 0.13 | 32.7 | 0.73 | 0.52 |
| Hex | DE | 8D | 2C | 0 | 24 | 50 | D | 21 | 49 | 34 |
| Octal | 336 | 215 | 54 | 0 | 44 | 120 | 15 | 41 | 111 | 64 |
| Binary | 11011110 | 10001101 | 101100 | 0 | 100100 | 1010000 | 1101 | 100001 | 1001001 | 110100 |
Color Harmonies of #DE8D2C
Complementary color
Monochromatic Colors of #DE8D2C
Black with #DE8D2C
Text Example
Text Example
White with #DE8D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D2C; }
p { color: rgb(222,141,44); }
H1.HeaderClassName
{
color: #DE8D2C;
}
.AnyTagClassName
{
color: #DE8D2C;
}
</style>
background-color css
<style>
a { background-color: #DE8D2C; }
a { background-color: rgb(222,141,44); }
div.DivClassName
{
background-color: #DE8D2C;
}
.BgClassName
{
background-color: #DE8D2C;
}
</style>
border-color css
<style>
span { border-color: #DE8D2C; }
span { border-color: rgb(222,141,44); }
td.TdClassName
{
border-color: #DE8D2C;
}
.TagClassName
{
border-color: #DE8D2C;
}
</style>