다마스크

Damask

같은 색실을 방향만 다르게 짜서, 빛 반사 차이만으로 무늬가 드러나는 대칭 꽃무늬 직물.

다른 이름: 다마스크 문양
···
html
<div class="wrap"><svg viewBox="0 0 300 310" preserveAspectRatio="xMidYMid slice" width="100%" height="100%">
  <defs>
    <g id="fleur">
      <rect class="wing" x="18" y="73" width="64" height="11" rx="5.5"/>
      <path class="wing" d="M50,22 C44,36 40,56 46,73 C48,79 52,79 54,73 C60,56 56,36 50,22 Z" transform="rotate(-34 50 77)"/>
      <path class="wing" d="M50,22 C44,36 40,56 46,73 C48,79 52,79 54,73 C60,56 56,36 50,22 Z" transform="rotate(34 50 77)"/>
      <path class="body" d="M50,10 C42,26 37,50 44,70 C47,78 53,78 56,70 C63,50 58,26 50,10 Z"/>
      <path class="body" d="M38,84 C38,102 43,116 50,130 C57,116 62,102 62,84 Z"/>
      <circle class="wing" cx="50" cy="134" r="7"/>
    </g>
    <pattern id="pd" width="100" height="155" patternUnits="userSpaceOnUse">
      <rect width="100" height="155" fill="#4a2f3a"/>
      <use href="#fleur" x="0" y="4"/>
      <animateTransform attributeName="patternTransform" type="translate" from="0 0" to="0 -155" dur="16s" repeatCount="indefinite"/>
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="url(#pd)"/>
</svg></div><span class="tag">damask</span>
css
.wrap{position:absolute;inset:0;overflow:hidden}
.wing{fill:#66404e}
.body{fill:#7c5262}
.tag{position:absolute;left:10px;bottom:8px;padding:3px 9px;border-radius:999px;background:rgba(255,255,255,.16);
  color:#f3e8ea;font:600 10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.03em}

이름은 실크로드의 주요 교역 도시였던 시리아 다마스쿠스(Damascus)에서 왔습니다. 중세 직조 기술의 정수로, 날실이 도드라지는 새틴 직조와 씨실이 도드라지는 직조를 같은 천 안에서 번갈아 짜서 무늬를 만듭니다 — 즉 색을 두 가지 쓰는 게 아니라, 같은 색실을 다른 각도로 반사시켜 무늬와 바탕을 구분합니다.

시각 구조는 좌우·상하 대칭인 대형 꽃·잎 모티프가 다이아몬드(오지) 격자를 따라 반복되는 것입니다. 무늬 한 단위가 크고 여백이 넉넉해서, 가까이서 보면 무늬가 잘 안 보이다가 멀리서 보면 뚜렷해지는 것도 특징입니다.

CSS/SVG 로 색을 두 개 쓰는 건 원래의 "톤온톤(tone-on-tone)" 특성과 어긋나지만, 웹에서 재현할 때는 같은 색조의 밝기 두 단계(짙은 잎사귀 무늬·옅은 몸통)로 이 광택 대비를 흉내 냅니다. SVG <pattern> 에 좌우 대칭인 잎사귀 한 쌍과 봉오리로 이뤄진 모티프를 그려 세로로 반복합니다.

언제 쓰나

업홀스터리·벽지 텍스처, 격식 있는 초대장·패키징 배경에 씁니다. 두 색을 뚜렷이 다르게 쓰면 다마스크 특유의 은은함이 사라지니 톤을 가깝게 유지하세요.