Shades of Tree Poppy #DF873D
Tints of Tree Poppy #DF873D
RGB
CMYK
RGB Variations
Color information
#DF873D (or 0xDF873D) is known color: Tree Poppy. HEX triplet: DF, 87 and 3D. RGB value is (223,135,61). Sum of RGB (Red+Green+Blue) = 223+135+61=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF873D is #2078C2. Grayscale: #999999. Windows color (decimal): -2128067 or 4032479. OLE color: 4032479.
HSL color Cylindrical-coordinate representation of color #DF873D: hue angle of 27.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF873D is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 61 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.13 |
| HSL | 27.41º | 0.72% | 0.56% | - |
| HSV(B) | 27.41º | 0.73% | 0.87% | - |
| XYZ | 39.94 | 33.35 | 8.75 | - |
| YUV | 152.88 | 76.15 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 61 | 0 | 0.39 | 0.73 | 0.13 | 27.41 | 0.72 | 0.56 |
| Hex | DF | 87 | 3D | 0 | 27 | 49 | D | 1B | 48 | 38 |
| Octal | 337 | 207 | 75 | 0 | 47 | 111 | 15 | 33 | 110 | 70 |
| Binary | 11011111 | 10000111 | 111101 | 0 | 100111 | 1001001 | 1101 | 11011 | 1001000 | 111000 |
Color Harmonies of #DF873D
Complementary color
Monochromatic Colors of #DF873D
Black with #DF873D
Text Example
Text Example
White with #DF873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF873D; }
p { color: rgb(223,135,61); }
H1.HeaderClassName
{
color: #DF873D;
}
.AnyTagClassName
{
color: #DF873D;
}
</style>
background-color css
<style>
a { background-color: #DF873D; }
a { background-color: rgb(223,135,61); }
div.DivClassName
{
background-color: #DF873D;
}
.BgClassName
{
background-color: #DF873D;
}
</style>
border-color css
<style>
span { border-color: #DF873D; }
span { border-color: rgb(223,135,61); }
td.TdClassName
{
border-color: #DF873D;
}
.TagClassName
{
border-color: #DF873D;
}
</style>