#DD8442

Color #DD8442 Tree Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tree Poppy #DD8442

Tints of Tree Poppy #DD8442

Color information

#DD8442 (or 0xDD8442) is unknown color: approx Tree Poppy. HEX triplet: DD, 84 and 42. RGB value is (221,132,66). Sum of RGB (Red+Green+Blue) = 221+132+66=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8442 is #227BBD. Grayscale: #979797. Windows color (decimal): -2259902 or 4359389. OLE color: 4359389.

HSL color Cylindrical-coordinate representation of color #DD8442: hue angle of 25.55º degrees, saturation: 0.7, 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 #DD8442 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22113266-
CMYK00.400.700.13
HSL25.55º69.51%56.27%-
HSV(B)25.55º70.14%86.67%-
XYZ39.0532.279.32-
YUV151.0979.99177.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=52.74%
G=31.50%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211326600.400.700.1325.5569.5156.27
HexDD844202846D1a4638
Octal335204102050106153210670
Binary11011101100001001000010010100010001101101110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8442; }

 p { color: rgb(221,132,66); }

 H1.HeaderClassName
 {
   color: #DD8442;
 }
 .AnyTagClassName
 {
   color: #DD8442;
 }
</style>
background-color css

<style>
 a { background-color: #DD8442; }

 a { background-color: rgb(221,132,66); }

 div.DivClassName
 {
   background-color: #DD8442;
 }
 .BgClassName
 {
   background-color: #DD8442;
 }
</style>
border-color css

<style>
 span { border-color: #DD8442; }

 span { border-color: rgb(221,132,66); }

 td.TdClassName
 {
   border-color: #DD8442;
 }
 .TagClassName
 {
   border-color: #DD8442;
 }
</style>