Shades of Tree Poppy #DF8238
Tints of Tree Poppy #DF8238
RGB
CMYK
RGB Variations
Color information
#DF8238 (or 0xDF8238) is known color: Tree Poppy. HEX triplet: DF, 82 and 38. RGB value is (223,130,56). Sum of RGB (Red+Green+Blue) = 223+130+56=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8238 is #207DC7. Grayscale: #959595. Windows color (decimal): -2129352 or 3703519. OLE color: 3703519.
HSL color Cylindrical-coordinate representation of color #DF8238: hue angle of 26.59º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF8238 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 56 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.13 |
| HSL | 26.59º | 0.72% | 0.55% | - |
| HSV(B) | 26.59º | 0.75% | 0.87% | - |
| XYZ | 39.13 | 31.94 | 7.84 | - |
| YUV | 149.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 56 | 0 | 0.42 | 0.75 | 0.13 | 26.59 | 0.72 | 0.55 |
| Hex | DF | 82 | 38 | 0 | 2A | 4B | D | 1B | 48 | 37 |
| Octal | 337 | 202 | 70 | 0 | 52 | 113 | 15 | 33 | 110 | 67 |
| Binary | 11011111 | 10000010 | 111000 | 0 | 101010 | 1001011 | 1101 | 11011 | 1001000 | 110111 |
Color Harmonies of #DF8238
Complementary color
Monochromatic Colors of #DF8238
Black with #DF8238
Text Example
Text Example
White with #DF8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8238; }
p { color: rgb(223,130,56); }
H1.HeaderClassName
{
color: #DF8238;
}
.AnyTagClassName
{
color: #DF8238;
}
</style>
background-color css
<style>
a { background-color: #DF8238; }
a { background-color: rgb(223,130,56); }
div.DivClassName
{
background-color: #DF8238;
}
.BgClassName
{
background-color: #DF8238;
}
</style>
border-color css
<style>
span { border-color: #DF8238; }
span { border-color: rgb(223,130,56); }
td.TdClassName
{
border-color: #DF8238;
}
.TagClassName
{
border-color: #DF8238;
}
</style>