Shades of Buttercup #DE942C
Tints of Buttercup #DE942C
RGB
CMYK
RGB Variations
Color information
#DE942C (or 0xDE942C) is known color: Buttercup. HEX triplet: DE, 94 and 2C. RGB value is (222,148,44). Sum of RGB (Red+Green+Blue) = 222+148+44=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE942C is #216BD3. Grayscale: #9E9E9E. Windows color (decimal): -2190292 or 2921694. OLE color: 2921694.
HSL color Cylindrical-coordinate representation of color #DE942C: hue angle of 35.06º 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 #DE942C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 44 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.13 |
| HSL | 35.06º | 0.73% | 0.52% | - |
| HSV(B) | 35.06º | 0.8% | 0.87% | - |
| XYZ | 41.17 | 36.89 | 7.33 | - |
| YUV | 158.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 44 | 0 | 0.33 | 0.80 | 0.13 | 35.06 | 0.73 | 0.52 |
| Hex | DE | 94 | 2C | 0 | 21 | 50 | D | 23 | 49 | 34 |
| Octal | 336 | 224 | 54 | 0 | 41 | 120 | 15 | 43 | 111 | 64 |
| Binary | 11011110 | 10010100 | 101100 | 0 | 100001 | 1010000 | 1101 | 100011 | 1001001 | 110100 |
Color Harmonies of #DE942C
Complementary color
Monochromatic Colors of #DE942C
Black with #DE942C
Text Example
Text Example
White with #DE942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE942C; }
p { color: rgb(222,148,44); }
H1.HeaderClassName
{
color: #DE942C;
}
.AnyTagClassName
{
color: #DE942C;
}
</style>
background-color css
<style>
a { background-color: #DE942C; }
a { background-color: rgb(222,148,44); }
div.DivClassName
{
background-color: #DE942C;
}
.BgClassName
{
background-color: #DE942C;
}
</style>
border-color css
<style>
span { border-color: #DE942C; }
span { border-color: rgb(222,148,44); }
td.TdClassName
{
border-color: #DE942C;
}
.TagClassName
{
border-color: #DE942C;
}
</style>