#DD7162

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

Shades of Terra Cotta #DD7162

Tints of Terra Cotta #DD7162

Color information

#DD7162 (or 0xDD7162) is unknown color: approx Terra Cotta. HEX triplet: DD, 71 and 62. RGB value is (221,113,98). Sum of RGB (Red+Green+Blue) = 221+113+98=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7162 is #228E9D. Grayscale: #8F8F8F. Windows color (decimal): -2264734 or 6451677. OLE color: 6451677.

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

Color convert

RGB22111398-
CMYK00.490.560.13
HSL7.32º64.4%62.55%-
HSV(B)7.32º55.66%86.67%-
XYZ37.9328.0614.97-
YUV143.58102.28183.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.16%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=51.16%
G=26.16%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211139800.490.560.137.3264.462.55
HexDD716203138D7403f
Octal3351611420617015710077
Binary1101110111100011100010011000111100011011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7162; }

 p { color: rgb(221,113,98); }

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

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

 a { background-color: rgb(221,113,98); }

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

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

 span { border-color: rgb(221,113,98); }

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