Shades of Tree Poppy #DD7F3B
Tints of Tree Poppy #DD7F3B
RGB
CMYK
RGB Variations
Color information
#DD7F3B (or 0xDD7F3B) is known color: Tree Poppy. HEX triplet: DD, 7F and 3B. RGB value is (221,127,59). Sum of RGB (Red+Green+Blue) = 221+127+59=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F3B is #2280C4. Grayscale: #939393. Windows color (decimal): -2261189 or 3899357. OLE color: 3899357.
HSL color Cylindrical-coordinate representation of color #DD7F3B: hue angle of 25.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD7F3B is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 59 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.13 |
| HSL | 25.19º | 0.7% | 0.55% | - |
| HSV(B) | 25.19º | 0.73% | 0.87% | - |
| XYZ | 38.2 | 30.87 | 8.08 | - |
| YUV | 147.35 | 78.14 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 59 | 0 | 0.43 | 0.73 | 0.13 | 25.19 | 0.7 | 0.55 |
| Hex | DD | 7F | 3B | 0 | 2B | 49 | D | 19 | 46 | 37 |
| Octal | 335 | 177 | 73 | 0 | 53 | 111 | 15 | 31 | 106 | 67 |
| Binary | 11011101 | 1111111 | 111011 | 0 | 101011 | 1001001 | 1101 | 11001 | 1000110 | 110111 |
Color Harmonies of #DD7F3B
Complementary color
Monochromatic Colors of #DD7F3B
Black with #DD7F3B
Text Example
Text Example
White with #DD7F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F3B; }
p { color: rgb(221,127,59); }
H1.HeaderClassName
{
color: #DD7F3B;
}
.AnyTagClassName
{
color: #DD7F3B;
}
</style>
background-color css
<style>
a { background-color: #DD7F3B; }
a { background-color: rgb(221,127,59); }
div.DivClassName
{
background-color: #DD7F3B;
}
.BgClassName
{
background-color: #DD7F3B;
}
</style>
border-color css
<style>
span { border-color: #DD7F3B; }
span { border-color: rgb(221,127,59); }
td.TdClassName
{
border-color: #DD7F3B;
}
.TagClassName
{
border-color: #DD7F3B;
}
</style>