#DD883B

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

Shades of Tree Poppy #DD883B

Tints of Tree Poppy #DD883B

Color information

#DD883B (or 0xDD883B) is unknown color: approx Tree Poppy. HEX triplet: DD, 88 and 3B. RGB value is (221,136,59). Sum of RGB (Red+Green+Blue) = 221+136+59=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD883B is #2277C4. Grayscale: #999999. Windows color (decimal): -2258885 or 3901661. OLE color: 3901661.

HSL color Cylindrical-coordinate representation of color #DD883B: hue angle of 28.52º 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 #DD883B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22113659-
CMYK00.380.730.13
HSL28.52º70.43%54.9%-
HSV(B)28.52º73.3%86.67%-
XYZ39.4133.38.49-
YUV152.6475.16176.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.12%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 59 (23.44% from 255) = 14.18%
R=53.12%
G=32.69%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211365900.380.730.1328.5270.4354.9
HexDD883B02649D1d4637
Octal33521073046111153510667
Binary1101110110001000111011010011010010011101111011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD883B; }

 p { color: rgb(221,136,59); }

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

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

 a { background-color: rgb(221,136,59); }

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

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

 span { border-color: rgb(221,136,59); }

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