Shades of Tree Poppy #DD8A44
Tints of Tree Poppy #DD8A44
RGB
CMYK
RGB Variations
Color information
#DD8A44 (or 0xDD8A44) is known color: Tree Poppy. HEX triplet: DD, 8A and 44. RGB value is (221,138,68). Sum of RGB (Red+Green+Blue) = 221+138+68=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A44 is #2275BB. Grayscale: #9B9B9B. Windows color (decimal): -2258364 or 4491997. OLE color: 4491997.
HSL color Cylindrical-coordinate representation of color #DD8A44: hue angle of 27.45º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD8A44 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 68 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.13 |
| HSL | 27.45º | 0.69% | 0.57% | - |
| HSV(B) | 27.45º | 0.69% | 0.87% | - |
| XYZ | 39.95 | 33.97 | 9.92 | - |
| YUV | 154.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 68 | 0 | 0.38 | 0.69 | 0.13 | 27.45 | 0.69 | 0.57 |
| Hex | DD | 8A | 44 | 0 | 26 | 45 | D | 1B | 45 | 39 |
| Octal | 335 | 212 | 104 | 0 | 46 | 105 | 15 | 33 | 105 | 71 |
| Binary | 11011101 | 10001010 | 1000100 | 0 | 100110 | 1000101 | 1101 | 11011 | 1000101 | 111001 |
Color Harmonies of #DD8A44
Complementary color
Monochromatic Colors of #DD8A44
Black with #DD8A44
Text Example
Text Example
White with #DD8A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A44; }
p { color: rgb(221,138,68); }
H1.HeaderClassName
{
color: #DD8A44;
}
.AnyTagClassName
{
color: #DD8A44;
}
</style>
background-color css
<style>
a { background-color: #DD8A44; }
a { background-color: rgb(221,138,68); }
div.DivClassName
{
background-color: #DD8A44;
}
.BgClassName
{
background-color: #DD8A44;
}
</style>
border-color css
<style>
span { border-color: #DD8A44; }
span { border-color: rgb(221,138,68); }
td.TdClassName
{
border-color: #DD8A44;
}
.TagClassName
{
border-color: #DD8A44;
}
</style>