Shades of Tree Poppy #DF8A3E
Tints of Tree Poppy #DF8A3E
RGB
CMYK
RGB Variations
Color information
#DF8A3E (or 0xDF8A3E) is known color: Tree Poppy. HEX triplet: DF, 8A and 3E. RGB value is (223,138,62). Sum of RGB (Red+Green+Blue) = 223+138+62=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A3E is #2075C1. Grayscale: #9B9B9B. Windows color (decimal): -2127298 or 4098783. OLE color: 4098783.
HSL color Cylindrical-coordinate representation of color #DF8A3E: hue angle of 28.32º degrees, saturation: 0.72, 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 #DF8A3E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.13 |
| HSL | 28.32º | 0.72% | 0.56% | - |
| HSV(B) | 28.32º | 0.72% | 0.87% | - |
| XYZ | 40.39 | 34.21 | 9.03 | - |
| YUV | 154.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 62 | 0 | 0.38 | 0.72 | 0.13 | 28.32 | 0.72 | 0.56 |
| Hex | DF | 8A | 3E | 0 | 26 | 48 | D | 1C | 48 | 38 |
| Octal | 337 | 212 | 76 | 0 | 46 | 110 | 15 | 34 | 110 | 70 |
| Binary | 11011111 | 10001010 | 111110 | 0 | 100110 | 1001000 | 1101 | 11100 | 1001000 | 111000 |
Color Harmonies of #DF8A3E
Complementary color
Monochromatic Colors of #DF8A3E
Black with #DF8A3E
Text Example
Text Example
White with #DF8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A3E; }
p { color: rgb(223,138,62); }
H1.HeaderClassName
{
color: #DF8A3E;
}
.AnyTagClassName
{
color: #DF8A3E;
}
</style>
background-color css
<style>
a { background-color: #DF8A3E; }
a { background-color: rgb(223,138,62); }
div.DivClassName
{
background-color: #DF8A3E;
}
.BgClassName
{
background-color: #DF8A3E;
}
</style>
border-color css
<style>
span { border-color: #DF8A3E; }
span { border-color: rgb(223,138,62); }
td.TdClassName
{
border-color: #DF8A3E;
}
.TagClassName
{
border-color: #DF8A3E;
}
</style>