Shades of Buttercup #DE951C
Tints of Buttercup #DE951C
RGB
CMYK
RGB Variations
Color information
#DE951C (or 0xDE951C) is known color: Buttercup. HEX triplet: DE, 95 and 1C. RGB value is (222,149,28). Sum of RGB (Red+Green+Blue) = 222+149+28=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE951C is #216AE3. Grayscale: #9D9D9D. Windows color (decimal): -2190052 or 1873374. OLE color: 1873374.
HSL color Cylindrical-coordinate representation of color #DE951C: hue angle of 37.42º 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 #DE951C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 28 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 37.42º | 0.78% | 0.49% | - |
| HSV(B) | 37.42º | 0.87% | 0.87% | - |
| XYZ | 41.08 | 37.11 | 6.1 | - |
| YUV | 157.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 28 | 0 | 0.33 | 0.87 | 0.13 | 37.42 | 0.78 | 0.49 |
| Hex | DE | 95 | 1C | 0 | 21 | 57 | D | 25 | 4E | 31 |
| Octal | 336 | 225 | 34 | 0 | 41 | 127 | 15 | 45 | 116 | 61 |
| Binary | 11011110 | 10010101 | 11100 | 0 | 100001 | 1010111 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DE951C
Complementary color
Monochromatic Colors of #DE951C
Black with #DE951C
Text Example
Text Example
White with #DE951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE951C; }
p { color: rgb(222,149,28); }
H1.HeaderClassName
{
color: #DE951C;
}
.AnyTagClassName
{
color: #DE951C;
}
</style>
background-color css
<style>
a { background-color: #DE951C; }
a { background-color: rgb(222,149,28); }
div.DivClassName
{
background-color: #DE951C;
}
.BgClassName
{
background-color: #DE951C;
}
</style>
border-color css
<style>
span { border-color: #DE951C; }
span { border-color: rgb(222,149,28); }
td.TdClassName
{
border-color: #DE951C;
}
.TagClassName
{
border-color: #DE951C;
}
</style>