Shades of Tree Poppy #DF823D
Tints of Tree Poppy #DF823D
RGB
CMYK
RGB Variations
Color information
#DF823D (or 0xDF823D) is known color: Tree Poppy. HEX triplet: DF, 82 and 3D. RGB value is (223,130,61). Sum of RGB (Red+Green+Blue) = 223+130+61=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF823D is #207DC2. Grayscale: #969696. Windows color (decimal): -2129347 or 4031199. OLE color: 4031199.
HSL color Cylindrical-coordinate representation of color #DF823D: hue angle of 25.56º 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 #DF823D is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 61 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.13 |
| HSL | 25.56º | 0.72% | 0.56% | - |
| HSV(B) | 25.56º | 0.73% | 0.87% | - |
| XYZ | 39.26 | 31.99 | 8.52 | - |
| YUV | 149.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 61 | 0 | 0.42 | 0.73 | 0.13 | 25.56 | 0.72 | 0.56 |
| Hex | DF | 82 | 3D | 0 | 2A | 49 | D | 1A | 48 | 38 |
| Octal | 337 | 202 | 75 | 0 | 52 | 111 | 15 | 32 | 110 | 70 |
| Binary | 11011111 | 10000010 | 111101 | 0 | 101010 | 1001001 | 1101 | 11010 | 1001000 | 111000 |
Color Harmonies of #DF823D
Complementary color
Monochromatic Colors of #DF823D
Black with #DF823D
Text Example
Text Example
White with #DF823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF823D; }
p { color: rgb(223,130,61); }
H1.HeaderClassName
{
color: #DF823D;
}
.AnyTagClassName
{
color: #DF823D;
}
</style>
background-color css
<style>
a { background-color: #DF823D; }
a { background-color: rgb(223,130,61); }
div.DivClassName
{
background-color: #DF823D;
}
.BgClassName
{
background-color: #DF823D;
}
</style>
border-color css
<style>
span { border-color: #DF823D; }
span { border-color: rgb(223,130,61); }
td.TdClassName
{
border-color: #DF823D;
}
.TagClassName
{
border-color: #DF823D;
}
</style>