#DC715C

Color #DC715C Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #DC715C

Tints of Terra Cotta #DC715C

Color information

#DC715C (or 0xDC715C) is unknown color: approx Terra Cotta. HEX triplet: DC, 71 and 5C. RGB value is (220,113,92). Sum of RGB (Red+Green+Blue) = 220+113+92=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC715C is #238EA3. Grayscale: #8E8E8E. Windows color (decimal): -2330276 or 6058460. OLE color: 6058460.

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

Color convert

RGB22011392-
CMYK00.490.580.14
HSL9.84º64.65%61.18%-
HSV(B)9.84º58.18%86.27%-
XYZ37.3527.813.52-
YUV142.699.45183.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.76%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=51.76%
G=26.59%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201139200.490.580.149.8464.6561.18
HexDC715C0313AEa413d
Octal33416113406172161210175
Binary11011100111000110111000110001111010111010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC715C; }

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

 H1.HeaderClassName
 {
   color: #DC715C;
 }
 .AnyTagClassName
 {
   color: #DC715C;
 }
</style>
background-color css

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

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

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

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

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

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