#DD7D5D

Color #DD7D5D Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DD7D5D

Tints of Terra Cotta #DD7D5D

Color information

#DD7D5D (or 0xDD7D5D) is unknown color: approx Terra Cotta. HEX triplet: DD, 7D and 5D. RGB value is (221,125,93). Sum of RGB (Red+Green+Blue) = 221+125+93=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D5D is #2282A2. Grayscale: #969696. Windows color (decimal): -2261667 or 6127069. OLE color: 6127069.

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

Color convert

RGB22112593-
CMYK00.430.580.13
HSL15º65.31%61.57%-
HSV(B)15º57.92%86.67%-
XYZ39.1330.8314.24-
YUV150.0695.8178.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=50.34%
G=28.47%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211259300.430.580.131565.3161.57
HexDD7D5D02B3ADf413e
Octal33517513505372151710176
Binary11011101111110110111010101011111010110111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D5D; }

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

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

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

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

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

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

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

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