#DC7061

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

Shades of Terra Cotta #DC7061

Tints of Terra Cotta #DC7061

Color information

#DC7061 (or 0xDC7061) is unknown color: approx Terra Cotta. HEX triplet: DC, 70 and 61. RGB value is (220,112,97). Sum of RGB (Red+Green+Blue) = 220+112+97=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7061 is #238F9E. Grayscale: #8E8E8E. Windows color (decimal): -2330527 or 6385884. OLE color: 6385884.

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

Color convert

RGB22011297-
CMYK00.490.560.14
HSL7.32º63.73%62.16%-
HSV(B)7.32º55.91%86.27%-
XYZ37.4727.6714.67-
YUV142.58102.28183.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.28%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 97 (38.28% from 255) = 22.61%
R=51.28%
G=26.11%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201129700.490.560.147.3263.7362.16
HexDC706103138E7403e
Octal3341601410617016710076
Binary1101110011100001100001011000111100011101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7061; }

 p { color: rgb(220,112,97); }

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

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

 a { background-color: rgb(220,112,97); }

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

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

 span { border-color: rgb(220,112,97); }

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