#DD893C

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

Shades of Tree Poppy #DD893C

Tints of Tree Poppy #DD893C

Color information

#DD893C (or 0xDD893C) is unknown color: approx Tree Poppy. HEX triplet: DD, 89 and 3C. RGB value is (221,137,60). Sum of RGB (Red+Green+Blue) = 221+137+60=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD893C is #2276C3. Grayscale: #999999. Windows color (decimal): -2258628 or 3967453. OLE color: 3967453.

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

Color convert

RGB22113760-
CMYK00.380.730.13
HSL28.7º70.31%55.1%-
HSV(B)28.7º72.85%86.67%-
XYZ39.5833.598.67-
YUV153.3475.33176.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 60 (23.83% from 255) = 14.35%
R=52.87%
G=32.78%
B=14.35%

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
Decimal2211376000.380.730.1328.770.3155.1
HexDD893C02649D1d4637
Octal33521174046111153510667
Binary1101110110001001111100010011010010011101111011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD893C; }

 p { color: rgb(221,137,60); }

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

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

 a { background-color: rgb(221,137,60); }

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

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

 span { border-color: rgb(221,137,60); }

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