Html Css Color HEX #DC7160 Terra Cotta

📋 copy color: '#DC7160'

red 220 ◦ green 113 ◦ blue 96

#DC7160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #DC7160

Tints of Terra Cotta #DC7160

RGB

 RED value IS 220 (86.33% from 255) = 51.28%

 GREEN value IS 113 (44.53% from 255) = 26.34%

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 51.28%
G = 26.34%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC7160 (or 0xDC7160) is known color: Terra Cotta. HEX triplet: DC, 71 and 60. RGB value is (220,113,96). Sum of RGB (Red+Green+Blue) = 220+113+96=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7160 is #238E9F. Grayscale: #8F8F8F. Windows color (decimal): -2330272 or 6320604. OLE color: 6320604.

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

Color convert

RGB 220 113 96 -
CMYK 0 0.49 0.56 0.14
HSL 8.23º 0.64% 0.62% -
HSV(B) 8.23º 0.56% 0.86% -
XYZ 37.53 27.87 14.47 -
YUV 143.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 220 113 96 0 0.49 0.56 0.14 8.23 0.64 0.62
Hex DC 71 60 0 31 38 E 8 40 3E
Octal 334 161 140 0 61 70 16 10 100 76
Binary 11011100 1110001 1100000 0 110001 111000 1110 1000 1000000 111110

Color Harmonies of #DC7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7160

Black with #DC7160

Text Example


Text Example

White with #DC7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7160; }

 p { color: rgb(220,113,96); }

 H1.HeaderClassName
 {
   color: #DC7160;
 }
 .AnyTagClassName
 {
   color: #DC7160;
 }
</style>

background-color css

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

 a { background-color: rgb(220,113,96); }

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

border-color css

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

 span { border-color: rgb(220,113,96); }

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