Shades of Buttercup #DF872C
Tints of Buttercup #DF872C
RGB
CMYK
RGB Variations
Color information
#DF872C (or 0xDF872C) is known color: Buttercup. HEX triplet: DF, 87 and 2C. RGB value is (223,135,44). Sum of RGB (Red+Green+Blue) = 223+135+44=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF872C is #2078D3. Grayscale: #979797. Windows color (decimal): -2128084 or 2918367. OLE color: 2918367.
HSL color Cylindrical-coordinate representation of color #DF872C: hue angle of 30.5º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF872C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 44 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.13 |
| HSL | 30.5º | 0.74% | 0.52% | - |
| HSV(B) | 30.5º | 0.8% | 0.87% | - |
| XYZ | 39.55 | 33.2 | 6.71 | - |
| YUV | 150.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 44 | 0 | 0.39 | 0.80 | 0.13 | 30.5 | 0.74 | 0.52 |
| Hex | DF | 87 | 2C | 0 | 27 | 50 | D | 1F | 4A | 34 |
| Octal | 337 | 207 | 54 | 0 | 47 | 120 | 15 | 37 | 112 | 64 |
| Binary | 11011111 | 10000111 | 101100 | 0 | 100111 | 1010000 | 1101 | 11111 | 1001010 | 110100 |
Color Harmonies of #DF872C
Complementary color
Monochromatic Colors of #DF872C
Black with #DF872C
Text Example
Text Example
White with #DF872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF872C; }
p { color: rgb(223,135,44); }
H1.HeaderClassName
{
color: #DF872C;
}
.AnyTagClassName
{
color: #DF872C;
}
</style>
background-color css
<style>
a { background-color: #DF872C; }
a { background-color: rgb(223,135,44); }
div.DivClassName
{
background-color: #DF872C;
}
.BgClassName
{
background-color: #DF872C;
}
</style>
border-color css
<style>
span { border-color: #DF872C; }
span { border-color: rgb(223,135,44); }
td.TdClassName
{
border-color: #DF872C;
}
.TagClassName
{
border-color: #DF872C;
}
</style>