#DD8346

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

Shades of Tree Poppy #DD8346

Tints of Tree Poppy #DD8346

Color information

#DD8346 (or 0xDD8346) is unknown color: approx Tree Poppy. HEX triplet: DD, 83 and 46. RGB value is (221,131,70). Sum of RGB (Red+Green+Blue) = 221+131+70=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8346 is #227CB9. Grayscale: #979797. Windows color (decimal): -2260154 or 4621277. OLE color: 4621277.

HSL color Cylindrical-coordinate representation of color #DD8346: hue angle of 24.24º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD8346 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB22113170-
CMYK00.410.680.13
HSL24.24º68.95%57.06%-
HSV(B)24.24º68.33%86.67%-
XYZ39.0432.059.92-
YUV150.9682.32177.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 70 (27.73% from 255) = 16.59%
R=52.37%
G=31.04%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211317000.410.680.1324.2468.9557.06
HexDD834602944D184539
Octal335203106051104153010571
Binary11011101100000111000110010100110001001101110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8346; }

 p { color: rgb(221,131,70); }

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

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

 a { background-color: rgb(221,131,70); }

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

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

 span { border-color: rgb(221,131,70); }

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