Shades of Buttercup #DE941C
Tints of Buttercup #DE941C
RGB
CMYK
RGB Variations
Color information
#DE941C (or 0xDE941C) is known color: Buttercup. HEX triplet: DE, 94 and 1C. RGB value is (222,148,28). Sum of RGB (Red+Green+Blue) = 222+148+28=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE941C is #216BE3. Grayscale: #9D9D9D. Windows color (decimal): -2190308 or 1873118. OLE color: 1873118.
HSL color Cylindrical-coordinate representation of color #DE941C: hue angle of 37.11º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE941C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 37.11º | 0.78% | 0.49% | - |
| HSV(B) | 37.11º | 0.87% | 0.87% | - |
| XYZ | 40.92 | 36.79 | 6.04 | - |
| YUV | 156.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 28 | 0 | 0.33 | 0.87 | 0.13 | 37.11 | 0.78 | 0.49 |
| Hex | DE | 94 | 1C | 0 | 21 | 57 | D | 25 | 4E | 31 |
| Octal | 336 | 224 | 34 | 0 | 41 | 127 | 15 | 45 | 116 | 61 |
| Binary | 11011110 | 10010100 | 11100 | 0 | 100001 | 1010111 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DE941C
Complementary color
Monochromatic Colors of #DE941C
Black with #DE941C
Text Example
Text Example
White with #DE941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE941C; }
p { color: rgb(222,148,28); }
H1.HeaderClassName
{
color: #DE941C;
}
.AnyTagClassName
{
color: #DE941C;
}
</style>
background-color css
<style>
a { background-color: #DE941C; }
a { background-color: rgb(222,148,28); }
div.DivClassName
{
background-color: #DE941C;
}
.BgClassName
{
background-color: #DE941C;
}
</style>
border-color css
<style>
span { border-color: #DE941C; }
span { border-color: rgb(222,148,28); }
td.TdClassName
{
border-color: #DE941C;
}
.TagClassName
{
border-color: #DE941C;
}
</style>