Html Css Color HEX #DC7364 Terra Cotta

📋 copy color: '#DC7364'

red 220 ◦ green 115 ◦ blue 100

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

Shades of Terra Cotta #DC7364

Tints of Terra Cotta #DC7364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 50.57%
G = 26.44%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7364 (or 0xDC7364) is known color: Terra Cotta. HEX triplet: DC, 73 and 64. RGB value is (220,115,100). Sum of RGB (Red+Green+Blue) = 220+115+100=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7364 is #238C9B. Grayscale: #909090. Windows color (decimal): -2329756 or 6583260. OLE color: 6583260.

HSL color Cylindrical-coordinate representation of color #DC7364: hue angle of 7.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC7364 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 100 -
CMYK 0 0.48 0.55 0.14
HSL 7.5º 0.63% 0.63% -
HSV(B) 7.5º 0.55% 0.86% -
XYZ 37.95 28.4 15.54 -
YUV 144.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 220 115 100 0 0.48 0.55 0.14 7.5 0.63 0.63
Hex DC 73 64 0 30 37 E 8 3F 3F
Octal 334 163 144 0 60 67 16 10 77 77
Binary 11011100 1110011 1100100 0 110000 110111 1110 1000 111111 111111

Color Harmonies of #DC7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7364

Black with #DC7364

Text Example


Text Example

White with #DC7364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7364; }

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

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

background-color css

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

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

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

border-color css

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

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

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