Shades of Buttercup #DE892D
Tints of Buttercup #DE892D
RGB
CMYK
RGB Variations
Color information
#DE892D (or 0xDE892D) is known color: Buttercup. HEX triplet: DE, 89 and 2D. RGB value is (222,137,45). Sum of RGB (Red+Green+Blue) = 222+137+45=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE892D is #2176D2. Grayscale: #989898. Windows color (decimal): -2193107 or 2984414. OLE color: 2984414.
HSL color Cylindrical-coordinate representation of color #DE892D: hue angle of 31.19º 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 #DE892D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 137 | 45 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.13 |
| HSL | 31.19º | 0.73% | 0.52% | - |
| HSV(B) | 31.19º | 0.8% | 0.87% | - |
| XYZ | 39.54 | 33.61 | 6.89 | - |
| YUV | 151.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 137 | 45 | 0 | 0.38 | 0.80 | 0.13 | 31.19 | 0.73 | 0.52 |
| Hex | DE | 89 | 2D | 0 | 26 | 50 | D | 1F | 49 | 34 |
| Octal | 336 | 211 | 55 | 0 | 46 | 120 | 15 | 37 | 111 | 64 |
| Binary | 11011110 | 10001001 | 101101 | 0 | 100110 | 1010000 | 1101 | 11111 | 1001001 | 110100 |
Color Harmonies of #DE892D
Complementary color
Monochromatic Colors of #DE892D
Black with #DE892D
Text Example
Text Example
White with #DE892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE892D; }
p { color: rgb(222,137,45); }
H1.HeaderClassName
{
color: #DE892D;
}
.AnyTagClassName
{
color: #DE892D;
}
</style>
background-color css
<style>
a { background-color: #DE892D; }
a { background-color: rgb(222,137,45); }
div.DivClassName
{
background-color: #DE892D;
}
.BgClassName
{
background-color: #DE892D;
}
</style>
border-color css
<style>
span { border-color: #DE892D; }
span { border-color: rgb(222,137,45); }
td.TdClassName
{
border-color: #DE892D;
}
.TagClassName
{
border-color: #DE892D;
}
</style>