#DD853B

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

Shades of Tree Poppy #DD853B

Tints of Tree Poppy #DD853B

Color information

#DD853B (or 0xDD853B) is unknown color: approx Tree Poppy. HEX triplet: DD, 85 and 3B. RGB value is (221,133,59). Sum of RGB (Red+Green+Blue) = 221+133+59=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD853B is #227AC4. Grayscale: #979797. Windows color (decimal): -2259653 or 3900893. OLE color: 3900893.

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

Color convert

RGB22113359-
CMYK00.400.730.13
HSL27.41º70.43%54.9%-
HSV(B)27.41º73.3%86.67%-
XYZ3932.468.35-
YUV150.8876.15178.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.51%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 59 (23.44% from 255) = 14.29%
R=53.51%
G=32.20%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211335900.400.730.1327.4170.4354.9
HexDD853B02849D1b4637
Octal33520573050111153310667
Binary1101110110000101111011010100010010011101110111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD853B; }

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

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

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

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

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

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

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

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