#DD705D

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

Shades of Terra Cotta #DD705D

Tints of Terra Cotta #DD705D

Color information

#DD705D (or 0xDD705D) is unknown color: approx Terra Cotta. HEX triplet: DD, 70 and 5D. RGB value is (221,112,93). Sum of RGB (Red+Green+Blue) = 221+112+93=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD705D is #228FA2. Grayscale: #8E8E8E. Windows color (decimal): -2264995 or 6123741. OLE color: 6123741.

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

Color convert

RGB22111293-
CMYK00.490.580.13
HSL8.91º65.31%61.57%-
HSV(B)8.91º57.92%86.67%-
XYZ37.5927.7513.73-
YUV142.42100.11184.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=51.88%
G=26.29%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211129300.490.580.138.9165.3161.57
HexDD705D0313AD9413e
Octal33516013506172151110176
Binary11011101111000010111010110001111010110110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD705D; }

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

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

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

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

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

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

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

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