#DD7062

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

Shades of Terra Cotta #DD7062

Tints of Terra Cotta #DD7062

Color information

#DD7062 (or 0xDD7062) is unknown color: approx Terra Cotta. HEX triplet: DD, 70 and 62. RGB value is (221,112,98). Sum of RGB (Red+Green+Blue) = 221+112+98=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7062 is #228F9D. Grayscale: #8F8F8F. Windows color (decimal): -2264990 or 6451421. OLE color: 6451421.

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

Color convert

RGB22111298-
CMYK00.490.560.13
HSL6.83º64.4%62.55%-
HSV(B)6.83º55.66%86.67%-
XYZ37.8227.8414.94-
YUV142.99102.61183.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=51.28%
G=25.99%
B=22.74%

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
Decimal2211129800.490.560.136.8364.462.55
HexDD706203138D7403f
Octal3351601420617015710077
Binary1101110111100001100010011000111100011011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7062; }

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

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

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

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

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

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

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

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