#DD7D35

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

Shades of Tree Poppy #DD7D35

Tints of Tree Poppy #DD7D35

Color information

#DD7D35 (or 0xDD7D35) is unknown color: approx Tree Poppy. HEX triplet: DD, 7D and 35. RGB value is (221,125,53). Sum of RGB (Red+Green+Blue) = 221+125+53=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D35 is #2282CA. Grayscale: #919191. Windows color (decimal): -2261707 or 3505629. OLE color: 3505629.

HSL color Cylindrical-coordinate representation of color #DD7D35: hue angle of 25.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD7D35 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22112553-
CMYK00.430.760.13
HSL25.71º71.19%53.73%-
HSV(B)25.71º76.02%86.67%-
XYZ37.830.37.22-
YUV145.575.8181.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.39%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=55.39%
G=31.33%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211255300.430.760.1325.7171.1953.73
HexDD7D3502B4CD1a4736
Octal33517565053114153210766
Binary110111011111101110101010101110011001101110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D35; }

 p { color: rgb(221,125,53); }

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

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

 a { background-color: rgb(221,125,53); }

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

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

 span { border-color: rgb(221,125,53); }

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