Shades of Buttercup #DF951E
Tints of Buttercup #DF951E
RGB
CMYK
RGB Variations
Color information
#DF951E (or 0xDF951E) is known color: Buttercup. HEX triplet: DF, 95 and 1E. RGB value is (223,149,30). Sum of RGB (Red+Green+Blue) = 223+149+30=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF951E is #206AE1. Grayscale: #9E9E9E. Windows color (decimal): -2124514 or 2004447. OLE color: 2004447.
HSL color Cylindrical-coordinate representation of color #DF951E: hue angle of 36.99º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF951E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.13 |
| HSL | 36.99º | 0.76% | 0.5% | - |
| HSV(B) | 36.99º | 0.87% | 0.87% | - |
| XYZ | 41.41 | 37.28 | 6.24 | - |
| YUV | 157.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 30 | 0 | 0.33 | 0.87 | 0.13 | 36.99 | 0.76 | 0.5 |
| Hex | DF | 95 | 1E | 0 | 21 | 57 | D | 25 | 4C | 32 |
| Octal | 337 | 225 | 36 | 0 | 41 | 127 | 15 | 45 | 114 | 62 |
| Binary | 11011111 | 10010101 | 11110 | 0 | 100001 | 1010111 | 1101 | 100101 | 1001100 | 110010 |
Color Harmonies of #DF951E
Complementary color
Monochromatic Colors of #DF951E
Black with #DF951E
Text Example
Text Example
White with #DF951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF951E; }
p { color: rgb(223,149,30); }
H1.HeaderClassName
{
color: #DF951E;
}
.AnyTagClassName
{
color: #DF951E;
}
</style>
background-color css
<style>
a { background-color: #DF951E; }
a { background-color: rgb(223,149,30); }
div.DivClassName
{
background-color: #DF951E;
}
.BgClassName
{
background-color: #DF951E;
}
</style>
border-color css
<style>
span { border-color: #DF951E; }
span { border-color: rgb(223,149,30); }
td.TdClassName
{
border-color: #DF951E;
}
.TagClassName
{
border-color: #DF951E;
}
</style>