Shades of Tree Poppy #DD8233
Tints of Tree Poppy #DD8233
RGB
CMYK
RGB Variations
Color information
#DD8233 (or 0xDD8233) is known color: Tree Poppy. HEX triplet: DD, 82 and 33. RGB value is (221,130,51). Sum of RGB (Red+Green+Blue) = 221+130+51=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8233 is #227DCC. Grayscale: #949494. Windows color (decimal): -2260429 or 3375837. OLE color: 3375837.
HSL color Cylindrical-coordinate representation of color #DD8233: hue angle of 27.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD8233 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 51 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.13 |
| HSL | 27.88º | 0.71% | 0.53% | - |
| HSV(B) | 27.88º | 0.77% | 0.87% | - |
| XYZ | 38.4 | 31.58 | 7.2 | - |
| YUV | 148.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 51 | 0 | 0.41 | 0.77 | 0.13 | 27.88 | 0.71 | 0.53 |
| Hex | DD | 82 | 33 | 0 | 29 | 4D | D | 1C | 47 | 35 |
| Octal | 335 | 202 | 63 | 0 | 51 | 115 | 15 | 34 | 107 | 65 |
| Binary | 11011101 | 10000010 | 110011 | 0 | 101001 | 1001101 | 1101 | 11100 | 1000111 | 110101 |
Color Harmonies of #DD8233
Complementary color
Monochromatic Colors of #DD8233
Black with #DD8233
Text Example
Text Example
White with #DD8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8233; }
p { color: rgb(221,130,51); }
H1.HeaderClassName
{
color: #DD8233;
}
.AnyTagClassName
{
color: #DD8233;
}
</style>
background-color css
<style>
a { background-color: #DD8233; }
a { background-color: rgb(221,130,51); }
div.DivClassName
{
background-color: #DD8233;
}
.BgClassName
{
background-color: #DD8233;
}
</style>
border-color css
<style>
span { border-color: #DD8233; }
span { border-color: rgb(221,130,51); }
td.TdClassName
{
border-color: #DD8233;
}
.TagClassName
{
border-color: #DD8233;
}
</style>