Shades of Tree Poppy #DF823F
Tints of Tree Poppy #DF823F
RGB
CMYK
RGB Variations
Color information
#DF823F (or 0xDF823F) is known color: Tree Poppy. HEX triplet: DF, 82 and 3F. RGB value is (223,130,63). Sum of RGB (Red+Green+Blue) = 223+130+63=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF823F is #207DC0. Grayscale: #969696. Windows color (decimal): -2129345 or 4162271. OLE color: 4162271.
HSL color Cylindrical-coordinate representation of color #DF823F: hue angle of 25.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF823F is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 63 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.13 |
| HSL | 25.13º | 0.71% | 0.56% | - |
| HSV(B) | 25.13º | 0.72% | 0.87% | - |
| XYZ | 39.31 | 32.01 | 8.81 | - |
| YUV | 150.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 63 | 0 | 0.42 | 0.72 | 0.13 | 25.13 | 0.71 | 0.56 |
| Hex | DF | 82 | 3F | 0 | 2A | 48 | D | 19 | 47 | 38 |
| Octal | 337 | 202 | 77 | 0 | 52 | 110 | 15 | 31 | 107 | 70 |
| Binary | 11011111 | 10000010 | 111111 | 0 | 101010 | 1001000 | 1101 | 11001 | 1000111 | 111000 |
Color Harmonies of #DF823F
Complementary color
Monochromatic Colors of #DF823F
Black with #DF823F
Text Example
Text Example
White with #DF823F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF823F; }
p { color: rgb(223,130,63); }
H1.HeaderClassName
{
color: #DF823F;
}
.AnyTagClassName
{
color: #DF823F;
}
</style>
background-color css
<style>
a { background-color: #DF823F; }
a { background-color: rgb(223,130,63); }
div.DivClassName
{
background-color: #DF823F;
}
.BgClassName
{
background-color: #DF823F;
}
</style>
border-color css
<style>
span { border-color: #DF823F; }
span { border-color: rgb(223,130,63); }
td.TdClassName
{
border-color: #DF823F;
}
.TagClassName
{
border-color: #DF823F;
}
</style>