Shades of Buttercup #DE8C2B
Tints of Buttercup #DE8C2B
RGB
CMYK
RGB Variations
Color information
#DE8C2B (or 0xDE8C2B) is known color: Buttercup. HEX triplet: DE, 8C and 2B. RGB value is (222,140,43). Sum of RGB (Red+Green+Blue) = 222+140+43=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C2B is #2173D4. Grayscale: #999999. Windows color (decimal): -2192341 or 2854110. OLE color: 2854110.
HSL color Cylindrical-coordinate representation of color #DE8C2B: hue angle of 32.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE8C2B is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 140 | 43 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.13 |
| HSL | 32.51º | 0.73% | 0.52% | - |
| HSV(B) | 32.51º | 0.81% | 0.87% | - |
| XYZ | 39.94 | 34.46 | 6.83 | - |
| YUV | 153.46 | 65.67 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 140 | 43 | 0 | 0.37 | 0.81 | 0.13 | 32.51 | 0.73 | 0.52 |
| Hex | DE | 8C | 2B | 0 | 25 | 51 | D | 21 | 49 | 34 |
| Octal | 336 | 214 | 53 | 0 | 45 | 121 | 15 | 41 | 111 | 64 |
| Binary | 11011110 | 10001100 | 101011 | 0 | 100101 | 1010001 | 1101 | 100001 | 1001001 | 110100 |
Color Harmonies of #DE8C2B
Complementary color
Monochromatic Colors of #DE8C2B
Black with #DE8C2B
Text Example
Text Example
White with #DE8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8C2B; }
p { color: rgb(222,140,43); }
H1.HeaderClassName
{
color: #DE8C2B;
}
.AnyTagClassName
{
color: #DE8C2B;
}
</style>
background-color css
<style>
a { background-color: #DE8C2B; }
a { background-color: rgb(222,140,43); }
div.DivClassName
{
background-color: #DE8C2B;
}
.BgClassName
{
background-color: #DE8C2B;
}
</style>
border-color css
<style>
span { border-color: #DE8C2B; }
span { border-color: rgb(222,140,43); }
td.TdClassName
{
border-color: #DE8C2B;
}
.TagClassName
{
border-color: #DE8C2B;
}
</style>