Html Css Color HEX #DC7167 Terra Cotta

📋 copy color: '#DC7167'

red 220 ◦ green 113 ◦ blue 103

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

Shades of Terra Cotta #DC7167

Tints of Terra Cotta #DC7167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.62%

R = 50.46%
G = 25.92%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC7167 (or 0xDC7167) is known color: Terra Cotta. HEX triplet: DC, 71 and 67. RGB value is (220,113,103). Sum of RGB (Red+Green+Blue) = 220+113+103=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7167 is #238E98. Grayscale: #909090. Windows color (decimal): -2330265 or 6779356. OLE color: 6779356.

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

Color convert

RGB 220 113 103 -
CMYK 0 0.49 0.53 0.14
HSL 5.13º 0.63% 0.63% -
HSV(B) 5.13º 0.53% 0.86% -
XYZ 37.87 28.01 16.24 -
YUV 143.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 220 113 103 0 0.49 0.53 0.14 5.13 0.63 0.63
Hex DC 71 67 0 31 35 E 5 3F 3F
Octal 334 161 147 0 61 65 16 5 77 77
Binary 11011100 1110001 1100111 0 110001 110101 1110 101 111111 111111

Color Harmonies of #DC7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7167

Black with #DC7167

Text Example


Text Example

White with #DC7167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7167; }

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

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

background-color css

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

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

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

border-color css

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

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

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