Shades of Tree Poppy #DD8041
Tints of Tree Poppy #DD8041
RGB
CMYK
RGB Variations
Color information
#DD8041 (or 0xDD8041) is known color: Tree Poppy. HEX triplet: DD, 80 and 41. RGB value is (221,128,65). Sum of RGB (Red+Green+Blue) = 221+128+65=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8041 is #227FBE. Grayscale: #949494. Windows color (decimal): -2260927 or 4292829. OLE color: 4292829.
HSL color Cylindrical-coordinate representation of color #DD8041: hue angle of 24.23º 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 #DD8041 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 65 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.13 |
| HSL | 24.23º | 0.7% | 0.56% | - |
| HSV(B) | 24.23º | 0.71% | 0.87% | - |
| XYZ | 38.49 | 31.19 | 8.99 | - |
| YUV | 148.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 65 | 0 | 0.42 | 0.71 | 0.13 | 24.23 | 0.7 | 0.56 |
| Hex | DD | 80 | 41 | 0 | 2A | 47 | D | 18 | 46 | 38 |
| Octal | 335 | 200 | 101 | 0 | 52 | 107 | 15 | 30 | 106 | 70 |
| Binary | 11011101 | 10000000 | 1000001 | 0 | 101010 | 1000111 | 1101 | 11000 | 1000110 | 111000 |
Color Harmonies of #DD8041
Complementary color
Monochromatic Colors of #DD8041
Black with #DD8041
Text Example
Text Example
White with #DD8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8041; }
p { color: rgb(221,128,65); }
H1.HeaderClassName
{
color: #DD8041;
}
.AnyTagClassName
{
color: #DD8041;
}
</style>
background-color css
<style>
a { background-color: #DD8041; }
a { background-color: rgb(221,128,65); }
div.DivClassName
{
background-color: #DD8041;
}
.BgClassName
{
background-color: #DD8041;
}
</style>
border-color css
<style>
span { border-color: #DD8041; }
span { border-color: rgb(221,128,65); }
td.TdClassName
{
border-color: #DD8041;
}
.TagClassName
{
border-color: #DD8041;
}
</style>