Shades of Buttercup #DF942D
Tints of Buttercup #DF942D
RGB
CMYK
RGB Variations
Color information
#DF942D (or 0xDF942D) is known color: Buttercup. HEX triplet: DF, 94 and 2D. RGB value is (223,148,45). Sum of RGB (Red+Green+Blue) = 223+148+45=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF942D is #206BD2. Grayscale: #9F9F9F. Windows color (decimal): -2124755 or 2987231. OLE color: 2987231.
HSL color Cylindrical-coordinate representation of color #DF942D: hue angle of 34.72º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF942D is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 45 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.13 |
| HSL | 34.72º | 0.74% | 0.53% | - |
| HSV(B) | 34.72º | 0.8% | 0.87% | - |
| XYZ | 41.49 | 37.06 | 7.45 | - |
| YUV | 158.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 45 | 0 | 0.34 | 0.80 | 0.13 | 34.72 | 0.74 | 0.53 |
| Hex | DF | 94 | 2D | 0 | 22 | 50 | D | 23 | 4A | 35 |
| Octal | 337 | 224 | 55 | 0 | 42 | 120 | 15 | 43 | 112 | 65 |
| Binary | 11011111 | 10010100 | 101101 | 0 | 100010 | 1010000 | 1101 | 100011 | 1001010 | 110101 |
Color Harmonies of #DF942D
Complementary color
Monochromatic Colors of #DF942D
Black with #DF942D
Text Example
Text Example
White with #DF942D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF942D; }
p { color: rgb(223,148,45); }
H1.HeaderClassName
{
color: #DF942D;
}
.AnyTagClassName
{
color: #DF942D;
}
</style>
background-color css
<style>
a { background-color: #DF942D; }
a { background-color: rgb(223,148,45); }
div.DivClassName
{
background-color: #DF942D;
}
.BgClassName
{
background-color: #DF942D;
}
</style>
border-color css
<style>
span { border-color: #DF942D; }
span { border-color: rgb(223,148,45); }
td.TdClassName
{
border-color: #DF942D;
}
.TagClassName
{
border-color: #DF942D;
}
</style>