Html Css Color HEX #DC7163 Terra Cotta

📋 copy color: '#DC7163'

red 220 ◦ green 113 ◦ blue 99

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

Shades of Terra Cotta #DC7163

Tints of Terra Cotta #DC7163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.92%

R = 50.93%
G = 26.16%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC7163 (or 0xDC7163) is known color: Terra Cotta. HEX triplet: DC, 71 and 63. RGB value is (220,113,99). Sum of RGB (Red+Green+Blue) = 220+113+99=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7163 is #238E9C. Grayscale: #8F8F8F. Windows color (decimal): -2330269 or 6517212. OLE color: 6517212.

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

Color convert

RGB 220 113 99 -
CMYK 0 0.49 0.55 0.14
HSL 6.94º 0.63% 0.63% -
HSV(B) 6.94º 0.55% 0.86% -
XYZ 37.67 27.93 15.21 -
YUV 143.4 102.95 182.64 -
System Red Green Blue C M Y K H S L
Decimal 220 113 99 0 0.49 0.55 0.14 6.94 0.63 0.63
Hex DC 71 63 0 31 37 E 7 3F 3F
Octal 334 161 143 0 61 67 16 7 77 77
Binary 11011100 1110001 1100011 0 110001 110111 1110 111 111111 111111

Color Harmonies of #DC7163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7163

Black with #DC7163

Text Example


Text Example

White with #DC7163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7163; }

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

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

background-color css

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

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

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

border-color css

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

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

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