Shades of Buttercup #DF8F2D
Tints of Buttercup #DF8F2D
RGB
CMYK
RGB Variations
Color information
#DF8F2D (or 0xDF8F2D) is known color: Buttercup. HEX triplet: DF, 8F and 2D. RGB value is (223,143,45). Sum of RGB (Red+Green+Blue) = 223+143+45=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F2D is #2070D2. Grayscale: #9C9C9C. Windows color (decimal): -2126035 or 2985951. OLE color: 2985951.
HSL color Cylindrical-coordinate representation of color #DF8F2D: hue angle of 33.03º 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 #DF8F2D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 45 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.13 |
| HSL | 33.03º | 0.74% | 0.53% | - |
| HSV(B) | 33.03º | 0.8% | 0.87% | - |
| XYZ | 40.73 | 35.52 | 7.19 | - |
| YUV | 155.75 | 65.5 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 45 | 0 | 0.36 | 0.80 | 0.13 | 33.03 | 0.74 | 0.53 |
| Hex | DF | 8F | 2D | 0 | 24 | 50 | D | 21 | 4A | 35 |
| Octal | 337 | 217 | 55 | 0 | 44 | 120 | 15 | 41 | 112 | 65 |
| Binary | 11011111 | 10001111 | 101101 | 0 | 100100 | 1010000 | 1101 | 100001 | 1001010 | 110101 |
Color Harmonies of #DF8F2D
Complementary color
Monochromatic Colors of #DF8F2D
Black with #DF8F2D
Text Example
Text Example
White with #DF8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F2D; }
p { color: rgb(223,143,45); }
H1.HeaderClassName
{
color: #DF8F2D;
}
.AnyTagClassName
{
color: #DF8F2D;
}
</style>
background-color css
<style>
a { background-color: #DF8F2D; }
a { background-color: rgb(223,143,45); }
div.DivClassName
{
background-color: #DF8F2D;
}
.BgClassName
{
background-color: #DF8F2D;
}
</style>
border-color css
<style>
span { border-color: #DF8F2D; }
span { border-color: rgb(223,143,45); }
td.TdClassName
{
border-color: #DF8F2D;
}
.TagClassName
{
border-color: #DF8F2D;
}
</style>