Shades of Tree Poppy #DD8331
Tints of Tree Poppy #DD8331
RGB
CMYK
RGB Variations
Color information
#DD8331 (or 0xDD8331) is known color: Tree Poppy. HEX triplet: DD, 83 and 31. RGB value is (221,131,49). Sum of RGB (Red+Green+Blue) = 221+131+49=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8331 is #227CCE. Grayscale: #949494. Windows color (decimal): -2260175 or 3245021. OLE color: 3245021.
HSL color Cylindrical-coordinate representation of color #DD8331: hue angle of 28.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8331 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 49 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.13 |
| HSL | 28.6º | 0.72% | 0.53% | - |
| HSV(B) | 28.6º | 0.78% | 0.87% | - |
| XYZ | 38.49 | 31.83 | 7.02 | - |
| YUV | 148.56 | 71.82 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 49 | 0 | 0.41 | 0.78 | 0.13 | 28.6 | 0.72 | 0.53 |
| Hex | DD | 83 | 31 | 0 | 29 | 4E | D | 1D | 48 | 35 |
| Octal | 335 | 203 | 61 | 0 | 51 | 116 | 15 | 35 | 110 | 65 |
| Binary | 11011101 | 10000011 | 110001 | 0 | 101001 | 1001110 | 1101 | 11101 | 1001000 | 110101 |
Color Harmonies of #DD8331
Complementary color
Monochromatic Colors of #DD8331
Black with #DD8331
Text Example
Text Example
White with #DD8331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8331; }
p { color: rgb(221,131,49); }
H1.HeaderClassName
{
color: #DD8331;
}
.AnyTagClassName
{
color: #DD8331;
}
</style>
background-color css
<style>
a { background-color: #DD8331; }
a { background-color: rgb(221,131,49); }
div.DivClassName
{
background-color: #DD8331;
}
.BgClassName
{
background-color: #DD8331;
}
</style>
border-color css
<style>
span { border-color: #DD8331; }
span { border-color: rgb(221,131,49); }
td.TdClassName
{
border-color: #DD8331;
}
.TagClassName
{
border-color: #DD8331;
}
</style>