Html Css Color HEX #DC6E60 Terra Cotta

📋 copy color: '#DC6E60'

red 220 ◦ green 110 ◦ blue 96

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

Shades of Terra Cotta #DC6E60

Tints of Terra Cotta #DC6E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.82%

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

R = 51.64%
G = 25.82%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC6E60 (or 0xDC6E60) is known color: Terra Cotta. HEX triplet: DC, 6E and 60. RGB value is (220,110,96). Sum of RGB (Red+Green+Blue) = 220+110+96=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E60 is #23919F. Grayscale: #8D8D8D. Windows color (decimal): -2331040 or 6319836. OLE color: 6319836.

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

Color convert

RGB 220 110 96 -
CMYK 0 0.50 0.56 0.14
HSL 6.77º 0.64% 0.62% -
HSV(B) 6.77º 0.56% 0.86% -
XYZ 37.2 27.21 14.36 -
YUV 141.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 220 110 96 0 0.50 0.56 0.14 6.77 0.64 0.62
Hex DC 6E 60 0 32 38 E 7 40 3E
Octal 334 156 140 0 62 70 16 7 100 76
Binary 11011100 1101110 1100000 0 110010 111000 1110 111 1000000 111110

Color Harmonies of #DC6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E60

Black with #DC6E60

Text Example


Text Example

White with #DC6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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