Shades of Tree Poppy #DD8643
Tints of Tree Poppy #DD8643
RGB
CMYK
RGB Variations
Color information
#DD8643 (or 0xDD8643) is known color: Tree Poppy. HEX triplet: DD, 86 and 43. RGB value is (221,134,67). Sum of RGB (Red+Green+Blue) = 221+134+67=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8643 is #2279BC. Grayscale: #989898. Windows color (decimal): -2259389 or 4425437. OLE color: 4425437.
HSL color Cylindrical-coordinate representation of color #DD8643: hue angle of 26.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD8643 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 67 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.13 |
| HSL | 26.1º | 0.69% | 0.56% | - |
| HSV(B) | 26.1º | 0.7% | 0.87% | - |
| XYZ | 39.36 | 32.83 | 9.57 | - |
| YUV | 152.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 67 | 0 | 0.39 | 0.70 | 0.13 | 26.1 | 0.69 | 0.56 |
| Hex | DD | 86 | 43 | 0 | 27 | 46 | D | 1A | 45 | 38 |
| Octal | 335 | 206 | 103 | 0 | 47 | 106 | 15 | 32 | 105 | 70 |
| Binary | 11011101 | 10000110 | 1000011 | 0 | 100111 | 1000110 | 1101 | 11010 | 1000101 | 111000 |
Color Harmonies of #DD8643
Complementary color
Monochromatic Colors of #DD8643
Black with #DD8643
Text Example
Text Example
White with #DD8643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8643; }
p { color: rgb(221,134,67); }
H1.HeaderClassName
{
color: #DD8643;
}
.AnyTagClassName
{
color: #DD8643;
}
</style>
background-color css
<style>
a { background-color: #DD8643; }
a { background-color: rgb(221,134,67); }
div.DivClassName
{
background-color: #DD8643;
}
.BgClassName
{
background-color: #DD8643;
}
</style>
border-color css
<style>
span { border-color: #DD8643; }
span { border-color: rgb(221,134,67); }
td.TdClassName
{
border-color: #DD8643;
}
.TagClassName
{
border-color: #DD8643;
}
</style>