Shades of Buttercup #DE912C
Tints of Buttercup #DE912C
RGB
CMYK
RGB Variations
Color information
#DE912C (or 0xDE912C) is known color: Buttercup. HEX triplet: DE, 91 and 2C. RGB value is (222,145,44). Sum of RGB (Red+Green+Blue) = 222+145+44=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE912C is #216ED3. Grayscale: #9C9C9C. Windows color (decimal): -2191060 or 2920926. OLE color: 2920926.
HSL color Cylindrical-coordinate representation of color #DE912C: hue angle of 34.04º 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 #DE912C is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 44 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.13 |
| HSL | 34.04º | 0.73% | 0.52% | - |
| HSV(B) | 34.04º | 0.8% | 0.87% | - |
| XYZ | 40.7 | 35.96 | 7.18 | - |
| YUV | 156.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 44 | 0 | 0.35 | 0.80 | 0.13 | 34.04 | 0.73 | 0.52 |
| Hex | DE | 91 | 2C | 0 | 23 | 50 | D | 22 | 49 | 34 |
| Octal | 336 | 221 | 54 | 0 | 43 | 120 | 15 | 42 | 111 | 64 |
| Binary | 11011110 | 10010001 | 101100 | 0 | 100011 | 1010000 | 1101 | 100010 | 1001001 | 110100 |
Color Harmonies of #DE912C
Complementary color
Monochromatic Colors of #DE912C
Black with #DE912C
Text Example
Text Example
White with #DE912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE912C; }
p { color: rgb(222,145,44); }
H1.HeaderClassName
{
color: #DE912C;
}
.AnyTagClassName
{
color: #DE912C;
}
</style>
background-color css
<style>
a { background-color: #DE912C; }
a { background-color: rgb(222,145,44); }
div.DivClassName
{
background-color: #DE912C;
}
.BgClassName
{
background-color: #DE912C;
}
</style>
border-color css
<style>
span { border-color: #DE912C; }
span { border-color: rgb(222,145,44); }
td.TdClassName
{
border-color: #DE912C;
}
.TagClassName
{
border-color: #DE912C;
}
</style>