#DD7064

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

Shades of Terra Cotta #DD7064

Tints of Terra Cotta #DD7064

Color information

#DD7064 (or 0xDD7064) is unknown color: approx Terra Cotta. HEX triplet: DD, 70 and 64. RGB value is (221,112,100). Sum of RGB (Red+Green+Blue) = 221+112+100=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7064 is #228F9B. Grayscale: #8F8F8F. Windows color (decimal): -2264988 or 6582493. OLE color: 6582493.

HSL color Cylindrical-coordinate representation of color #DD7064: hue angle of 5.95º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD7064 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB221112100-
CMYK00.490.550.13
HSL5.95º64.02%62.94%-
HSV(B)5.95º54.75%86.67%-
XYZ37.9127.8815.44-
YUV143.22103.61183.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=51.04%
G=25.87%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111210000.490.550.135.9564.0262.94
HexDD706403137D6403f
Octal3351601440616715610077
Binary1101110111100001100100011000111011111011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7064; }

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

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

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

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

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

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

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

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