Shades of Tree Poppy #DF803D
Tints of Tree Poppy #DF803D
RGB
CMYK
RGB Variations
Color information
#DF803D (or 0xDF803D) is known color: Tree Poppy. HEX triplet: DF, 80 and 3D. RGB value is (223,128,61). Sum of RGB (Red+Green+Blue) = 223+128+61=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF803D is #207FC2. Grayscale: #959595. Windows color (decimal): -2129859 or 4030687. OLE color: 4030687.
HSL color Cylindrical-coordinate representation of color #DF803D: hue angle of 24.81º 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 #DF803D is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 61 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.13 |
| HSL | 24.81º | 0.72% | 0.56% | - |
| HSV(B) | 24.81º | 0.73% | 0.87% | - |
| XYZ | 38.99 | 31.46 | 8.43 | - |
| YUV | 148.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 61 | 0 | 0.43 | 0.73 | 0.13 | 24.81 | 0.72 | 0.56 |
| Hex | DF | 80 | 3D | 0 | 2B | 49 | D | 19 | 48 | 38 |
| Octal | 337 | 200 | 75 | 0 | 53 | 111 | 15 | 31 | 110 | 70 |
| Binary | 11011111 | 10000000 | 111101 | 0 | 101011 | 1001001 | 1101 | 11001 | 1001000 | 111000 |
Color Harmonies of #DF803D
Complementary color
Monochromatic Colors of #DF803D
Black with #DF803D
Text Example
Text Example
White with #DF803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF803D; }
p { color: rgb(223,128,61); }
H1.HeaderClassName
{
color: #DF803D;
}
.AnyTagClassName
{
color: #DF803D;
}
</style>
background-color css
<style>
a { background-color: #DF803D; }
a { background-color: rgb(223,128,61); }
div.DivClassName
{
background-color: #DF803D;
}
.BgClassName
{
background-color: #DF803D;
}
</style>
border-color css
<style>
span { border-color: #DF803D; }
span { border-color: rgb(223,128,61); }
td.TdClassName
{
border-color: #DF803D;
}
.TagClassName
{
border-color: #DF803D;
}
</style>