Shades of Buttercup #DE952E
Tints of Buttercup #DE952E
RGB
CMYK
RGB Variations
Color information
#DE952E (or 0xDE952E) is known color: Buttercup. HEX triplet: DE, 95 and 2E. RGB value is (222,149,46). Sum of RGB (Red+Green+Blue) = 222+149+46=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE952E is #216AD1. Grayscale: #9F9F9F. Windows color (decimal): -2190034 or 3053022. OLE color: 3053022.
HSL color Cylindrical-coordinate representation of color #DE952E: hue angle of 35.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE952E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 46 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.13 |
| HSL | 35.11º | 0.73% | 0.53% | - |
| HSV(B) | 35.11º | 0.79% | 0.87% | - |
| XYZ | 41.36 | 37.22 | 7.59 | - |
| YUV | 159.09 | 64.18 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 46 | 0 | 0.33 | 0.79 | 0.13 | 35.11 | 0.73 | 0.53 |
| Hex | DE | 95 | 2E | 0 | 21 | 4F | D | 23 | 49 | 35 |
| Octal | 336 | 225 | 56 | 0 | 41 | 117 | 15 | 43 | 111 | 65 |
| Binary | 11011110 | 10010101 | 101110 | 0 | 100001 | 1001111 | 1101 | 100011 | 1001001 | 110101 |
Color Harmonies of #DE952E
Complementary color
Monochromatic Colors of #DE952E
Black with #DE952E
Text Example
Text Example
White with #DE952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE952E; }
p { color: rgb(222,149,46); }
H1.HeaderClassName
{
color: #DE952E;
}
.AnyTagClassName
{
color: #DE952E;
}
</style>
background-color css
<style>
a { background-color: #DE952E; }
a { background-color: rgb(222,149,46); }
div.DivClassName
{
background-color: #DE952E;
}
.BgClassName
{
background-color: #DE952E;
}
</style>
border-color css
<style>
span { border-color: #DE952E; }
span { border-color: rgb(222,149,46); }
td.TdClassName
{
border-color: #DE952E;
}
.TagClassName
{
border-color: #DE952E;
}
</style>