Shades of Buttercup #DF872D
Tints of Buttercup #DF872D
RGB
CMYK
RGB Variations
Color information
#DF872D (or 0xDF872D) is known color: Buttercup. HEX triplet: DF, 87 and 2D. RGB value is (223,135,45). Sum of RGB (Red+Green+Blue) = 223+135+45=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF872D is #2078D2. Grayscale: #979797. Windows color (decimal): -2128083 or 2983903. OLE color: 2983903.
HSL color Cylindrical-coordinate representation of color #DF872D: hue angle of 30.34º 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 #DF872D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 45 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.13 |
| HSL | 30.34º | 0.74% | 0.53% | - |
| HSV(B) | 30.34º | 0.8% | 0.87% | - |
| XYZ | 39.57 | 33.21 | 6.81 | - |
| YUV | 151.05 | 68.15 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 45 | 0 | 0.39 | 0.80 | 0.13 | 30.34 | 0.74 | 0.53 |
| Hex | DF | 87 | 2D | 0 | 27 | 50 | D | 1E | 4A | 35 |
| Octal | 337 | 207 | 55 | 0 | 47 | 120 | 15 | 36 | 112 | 65 |
| Binary | 11011111 | 10000111 | 101101 | 0 | 100111 | 1010000 | 1101 | 11110 | 1001010 | 110101 |
Color Harmonies of #DF872D
Complementary color
Monochromatic Colors of #DF872D
Black with #DF872D
Text Example
Text Example
White with #DF872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF872D; }
p { color: rgb(223,135,45); }
H1.HeaderClassName
{
color: #DF872D;
}
.AnyTagClassName
{
color: #DF872D;
}
</style>
background-color css
<style>
a { background-color: #DF872D; }
a { background-color: rgb(223,135,45); }
div.DivClassName
{
background-color: #DF872D;
}
.BgClassName
{
background-color: #DF872D;
}
</style>
border-color css
<style>
span { border-color: #DF872D; }
span { border-color: rgb(223,135,45); }
td.TdClassName
{
border-color: #DF872D;
}
.TagClassName
{
border-color: #DF872D;
}
</style>