#DC6C5C

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

Shades of Terra Cotta #DC6C5C

Tints of Terra Cotta #DC6C5C

Color information

#DC6C5C (or 0xDC6C5C) is unknown color: approx Terra Cotta. HEX triplet: DC, 6C and 5C. RGB value is (220,108,92). Sum of RGB (Red+Green+Blue) = 220+108+92=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C5C is #2393A3. Grayscale: #8B8B8B. Windows color (decimal): -2331556 or 6057180. OLE color: 6057180.

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

Color convert

RGB22010892-
CMYK00.510.580.14
HSL7.5º64.65%61.18%-
HSV(B)7.5º58.18%86.27%-
XYZ36.8126.7113.34-
YUV139.66101.11185.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.38%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=52.38%
G=25.71%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201089200.510.580.147.564.6561.18
HexDC6C5C0333AE8413d
Octal33415413406372161010175
Binary11011100110110010111000110011111010111010001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6C5C; }

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

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

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

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

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

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

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

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