Html Css Color HEX #DC7166 Terra Cotta

📋 copy color: '#DC7166'

red 220 ◦ green 113 ◦ blue 102

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

Shades of Terra Cotta #DC7166

Tints of Terra Cotta #DC7166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

 BLUE value IS 102 (40.23% from 255) = 23.45%

R = 50.57%
G = 25.98%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC7166 (or 0xDC7166) is known color: Terra Cotta. HEX triplet: DC, 71 and 66. RGB value is (220,113,102). Sum of RGB (Red+Green+Blue) = 220+113+102=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7166 is #238E99. Grayscale: #8F8F8F. Windows color (decimal): -2330266 or 6713820. OLE color: 6713820.

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

Color convert

RGB 220 113 102 -
CMYK 0 0.49 0.54 0.14
HSL 5.59º 0.63% 0.63% -
HSV(B) 5.59º 0.54% 0.86% -
XYZ 37.82 27.99 15.98 -
YUV 143.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 220 113 102 0 0.49 0.54 0.14 5.59 0.63 0.63
Hex DC 71 66 0 31 36 E 6 3F 3F
Octal 334 161 146 0 61 66 16 6 77 77
Binary 11011100 1110001 1100110 0 110001 110110 1110 110 111111 111111

Color Harmonies of #DC7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7166

Black with #DC7166

Text Example


Text Example

White with #DC7166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7166; }

 p { color: rgb(220,113,102); }

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

background-color css

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

 a { background-color: rgb(220,113,102); }

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

border-color css

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

 span { border-color: rgb(220,113,102); }

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