Shades of Buttercup #DF8D2D
Tints of Buttercup #DF8D2D
RGB
CMYK
RGB Variations
Color information
#DF8D2D (or 0xDF8D2D) is known color: Buttercup. HEX triplet: DF, 8D and 2D. RGB value is (223,141,45). Sum of RGB (Red+Green+Blue) = 223+141+45=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D2D is #2072D2. Grayscale: #9B9B9B. Windows color (decimal): -2126547 or 2985439. OLE color: 2985439.
HSL color Cylindrical-coordinate representation of color #DF8D2D: hue angle of 32.36º 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 #DF8D2D is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 45 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.13 |
| HSL | 32.36º | 0.74% | 0.53% | - |
| HSV(B) | 32.36º | 0.8% | 0.87% | - |
| XYZ | 40.43 | 34.93 | 7.09 | - |
| YUV | 154.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 45 | 0 | 0.37 | 0.80 | 0.13 | 32.36 | 0.74 | 0.53 |
| Hex | DF | 8D | 2D | 0 | 25 | 50 | D | 20 | 4A | 35 |
| Octal | 337 | 215 | 55 | 0 | 45 | 120 | 15 | 40 | 112 | 65 |
| Binary | 11011111 | 10001101 | 101101 | 0 | 100101 | 1010000 | 1101 | 100000 | 1001010 | 110101 |
Color Harmonies of #DF8D2D
Complementary color
Monochromatic Colors of #DF8D2D
Black with #DF8D2D
Text Example
Text Example
White with #DF8D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D2D; }
p { color: rgb(223,141,45); }
H1.HeaderClassName
{
color: #DF8D2D;
}
.AnyTagClassName
{
color: #DF8D2D;
}
</style>
background-color css
<style>
a { background-color: #DF8D2D; }
a { background-color: rgb(223,141,45); }
div.DivClassName
{
background-color: #DF8D2D;
}
.BgClassName
{
background-color: #DF8D2D;
}
</style>
border-color css
<style>
span { border-color: #DF8D2D; }
span { border-color: rgb(223,141,45); }
td.TdClassName
{
border-color: #DF8D2D;
}
.TagClassName
{
border-color: #DF8D2D;
}
</style>