#dc7d5c

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

Shades of Terra Cotta #DC7D5C

Tints of Terra Cotta #DC7D5C

Color information

#DC7D5C (or 0xDC7D5C) is unknown color: approx Terra Cotta. HEX triplet: DC, 7D and 5C. RGB value is (220,125,92). Sum of RGB (Red+Green+Blue) = 220+125+92=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D5C is #2382A3. Grayscale: #959595. Windows color (decimal): -2327204 or 6061532. OLE color: 6061532.

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

Color convert

RGB22012592-
CMYK00.430.580.14
HSL15.47º64.65%61.18%-
HSV(B)15.47º58.18%86.27%-
XYZ38.7830.6614-
YUV149.6495.47178.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.34%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=50.34%
G=28.60%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201259200.430.580.1415.4764.6561.18
HexDC7D5C02B3AEf413d
Octal33417513405372161710175
Binary11011100111110110111000101011111010111011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7d5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7d5c; }

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

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

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

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

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

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

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

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