Html Css Color HEX #DC745D Terra Cotta

📋 copy color: '#DC745D'

red 220 ◦ green 116 ◦ blue 93

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

Shades of Terra Cotta #DC745D

Tints of Terra Cotta #DC745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 51.28%
G = 27.04%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC745D (or 0xDC745D) is known color: Terra Cotta. HEX triplet: DC, 74 and 5D. RGB value is (220,116,93). Sum of RGB (Red+Green+Blue) = 220+116+93=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC745D is #238BA2. Grayscale: #909090. Windows color (decimal): -2329507 or 6124764. OLE color: 6124764.

HSL color Cylindrical-coordinate representation of color #DC745D: hue angle of 10.87º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC745D is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 93 -
CMYK 0 0.47 0.58 0.14
HSL 10.87º 0.64% 0.61% -
HSV(B) 10.87º 0.58% 0.86% -
XYZ 37.74 28.5 13.87 -
YUV 144.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 220 116 93 0 0.47 0.58 0.14 10.87 0.64 0.61
Hex DC 74 5D 0 2F 3A E B 40 3D
Octal 334 164 135 0 57 72 16 13 100 75
Binary 11011100 1110100 1011101 0 101111 111010 1110 1011 1000000 111101

Color Harmonies of #DC745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC745D

Black with #DC745D

Text Example


Text Example

White with #DC745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC745D; }

 p { color: rgb(220,116,93); }

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

background-color css

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

 a { background-color: rgb(220,116,93); }

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

border-color css

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

 span { border-color: rgb(220,116,93); }

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