Html Css Color HEX #DC7360 Terra Cotta

📋 copy color: '#DC7360'

red 220 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #DC7360

Tints of Terra Cotta #DC7360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.68%

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

R = 51.04%
G = 26.68%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC7360 (or 0xDC7360) is known color: Terra Cotta. HEX triplet: DC, 73 and 60. RGB value is (220,115,96). Sum of RGB (Red+Green+Blue) = 220+115+96=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7360 is #238C9F. Grayscale: #909090. Windows color (decimal): -2329760 or 6321116. OLE color: 6321116.

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

Color convert

RGB 220 115 96 -
CMYK 0 0.48 0.56 0.14
HSL 9.19º 0.64% 0.62% -
HSV(B) 9.19º 0.56% 0.86% -
XYZ 37.76 28.32 14.54 -
YUV 144.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 220 115 96 0 0.48 0.56 0.14 9.19 0.64 0.62
Hex DC 73 60 0 30 38 E 9 40 3E
Octal 334 163 140 0 60 70 16 11 100 76
Binary 11011100 1110011 1100000 0 110000 111000 1110 1001 1000000 111110

Color Harmonies of #DC7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7360

Black with #DC7360

Text Example


Text Example

White with #DC7360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7360; }

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

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

background-color css

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

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

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

border-color css

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

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

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