Shades of Tree Poppy #DD8A40
Tints of Tree Poppy #DD8A40
RGB
CMYK
RGB Variations
Color information
#DD8A40 (or 0xDD8A40) is known color: Tree Poppy. HEX triplet: DD, 8A and 40. RGB value is (221,138,64). Sum of RGB (Red+Green+Blue) = 221+138+64=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A40 is #2275BF. Grayscale: #9A9A9A. Windows color (decimal): -2258368 or 4229853. OLE color: 4229853.
HSL color Cylindrical-coordinate representation of color #DD8A40: hue angle of 28.28º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD8A40 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 64 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.13 |
| HSL | 28.28º | 0.7% | 0.56% | - |
| HSV(B) | 28.28º | 0.71% | 0.87% | - |
| XYZ | 39.83 | 33.92 | 9.3 | - |
| YUV | 154.38 | 77 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 64 | 0 | 0.38 | 0.71 | 0.13 | 28.28 | 0.7 | 0.56 |
| Hex | DD | 8A | 40 | 0 | 26 | 47 | D | 1C | 46 | 38 |
| Octal | 335 | 212 | 100 | 0 | 46 | 107 | 15 | 34 | 106 | 70 |
| Binary | 11011101 | 10001010 | 1000000 | 0 | 100110 | 1000111 | 1101 | 11100 | 1000110 | 111000 |
Color Harmonies of #DD8A40
Complementary color
Monochromatic Colors of #DD8A40
Black with #DD8A40
Text Example
Text Example
White with #DD8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A40; }
p { color: rgb(221,138,64); }
H1.HeaderClassName
{
color: #DD8A40;
}
.AnyTagClassName
{
color: #DD8A40;
}
</style>
background-color css
<style>
a { background-color: #DD8A40; }
a { background-color: rgb(221,138,64); }
div.DivClassName
{
background-color: #DD8A40;
}
.BgClassName
{
background-color: #DD8A40;
}
</style>
border-color css
<style>
span { border-color: #DD8A40; }
span { border-color: rgb(221,138,64); }
td.TdClassName
{
border-color: #DD8A40;
}
.TagClassName
{
border-color: #DD8A40;
}
</style>