Html Css Color HEX #DC745E Terra Cotta

📋 copy color: '#DC745E'

red 220 ◦ green 116 ◦ blue 94

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

Shades of Terra Cotta #DC745E

Tints of Terra Cotta #DC745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.86%

R = 51.16%
G = 26.98%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC745E (or 0xDC745E) is known color: Terra Cotta. HEX triplet: DC, 74 and 5E. RGB value is (220,116,94). Sum of RGB (Red+Green+Blue) = 220+116+94=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC745E is #238BA1. Grayscale: #909090. Windows color (decimal): -2329506 or 6190300. OLE color: 6190300.

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

Color convert

RGB 220 116 94 -
CMYK 0 0.47 0.57 0.14
HSL 10.48º 0.64% 0.62% -
HSV(B) 10.48º 0.57% 0.86% -
XYZ 37.78 28.51 14.1 -
YUV 144.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 220 116 94 0 0.47 0.57 0.14 10.48 0.64 0.62
Hex DC 74 5E 0 2F 39 E A 40 3E
Octal 334 164 136 0 57 71 16 12 100 76
Binary 11011100 1110100 1011110 0 101111 111001 1110 1010 1000000 111110

Color Harmonies of #DC745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC745E

Black with #DC745E

Text Example


Text Example

White with #DC745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC745E; }

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

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

background-color css

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

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

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

border-color css

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

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

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