#DC7367

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

Shades of Terra Cotta #DC7367

Tints of Terra Cotta #DC7367

Color information

#DC7367 (or 0xDC7367) is unknown color: approx Terra Cotta. HEX triplet: DC, 73 and 67. RGB value is (220,115,103). Sum of RGB (Red+Green+Blue) = 220+115+103=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7367 is #238C98. Grayscale: #919191. Windows color (decimal): -2329753 or 6779868. OLE color: 6779868.

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

Color convert

RGB220115103-
CMYK00.480.530.14
HSL6.15º62.57%63.33%-
HSV(B)6.15º53.18%86.27%-
XYZ38.0928.4616.32-
YUV145.03104.29181.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 103 (40.62% from 255) = 23.52%
R=50.23%
G=26.26%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011510300.480.530.146.1562.5763.33
HexDC736703035E63f3f
Octal334163147060651667777
Binary110111001110011110011101100001101011110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7367; }

 p { color: rgb(220,115,103); }

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

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

 a { background-color: rgb(220,115,103); }

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

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

 span { border-color: rgb(220,115,103); }

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