Html Css Color HEX #DC6D60 Terra Cotta

📋 copy color: '#DC6D60'

red 220 ◦ green 109 ◦ blue 96

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

Shades of Terra Cotta #DC6D60

Tints of Terra Cotta #DC6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.65%

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

R = 51.76%
G = 25.65%
B = 22.59%

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

#DC6D60 (or 0xDC6D60) is known color: Terra Cotta. HEX triplet: DC, 6D and 60. RGB value is (220,109,96). Sum of RGB (Red+Green+Blue) = 220+109+96=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D60 is #23929F. Grayscale: #8C8C8C. Windows color (decimal): -2331296 or 6319580. OLE color: 6319580.

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

Color convert

RGB 220 109 96 -
CMYK 0 0.50 0.56 0.14
HSL 6.29º 0.64% 0.62% -
HSV(B) 6.29º 0.56% 0.86% -
XYZ 37.1 27 14.32 -
YUV 140.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 220 109 96 0 0.50 0.56 0.14 6.29 0.64 0.62
Hex DC 6D 60 0 32 38 E 6 40 3E
Octal 334 155 140 0 62 70 16 6 100 76
Binary 11011100 1101101 1100000 0 110010 111000 1110 110 1000000 111110

Color Harmonies of #DC6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D60

Black with #DC6D60

Text Example


Text Example

White with #DC6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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