Html Css Color HEX #DC7165 Terra Cotta

📋 copy color: '#DC7165'

red 220 ◦ green 113 ◦ blue 101

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

Shades of Terra Cotta #DC7165

Tints of Terra Cotta #DC7165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.27%

R = 50.69%
G = 26.04%
B = 23.27%

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

#DC7165 (or 0xDC7165) is known color: Terra Cotta. HEX triplet: DC, 71 and 65. RGB value is (220,113,101). Sum of RGB (Red+Green+Blue) = 220+113+101=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7165 is #238E9A. Grayscale: #8F8F8F. Windows color (decimal): -2330267 or 6648284. OLE color: 6648284.

HSL color Cylindrical-coordinate representation of color #DC7165: hue angle of 6.05º 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 #DC7165 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 101 -
CMYK 0 0.49 0.54 0.14
HSL 6.05º 0.63% 0.63% -
HSV(B) 6.05º 0.54% 0.86% -
XYZ 37.77 27.97 15.72 -
YUV 143.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 220 113 101 0 0.49 0.54 0.14 6.05 0.63 0.63
Hex DC 71 65 0 31 36 E 6 3F 3F
Octal 334 161 145 0 61 66 16 6 77 77
Binary 11011100 1110001 1100101 0 110001 110110 1110 110 111111 111111

Color Harmonies of #DC7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7165

Black with #DC7165

Text Example


Text Example

White with #DC7165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7165; }

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

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

background-color css

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

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

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

border-color css

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

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

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