#DC7467

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

Shades of Terra Cotta #DC7467

Tints of Terra Cotta #DC7467

Color information

#DC7467 (or 0xDC7467) is unknown color: approx Terra Cotta. HEX triplet: DC, 74 and 67. RGB value is (220,116,103). Sum of RGB (Red+Green+Blue) = 220+116+103=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7467 is #238B98. Grayscale: #919191. Windows color (decimal): -2329497 or 6780124. OLE color: 6780124.

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

Color convert

RGB220116103-
CMYK00.470.530.14
HSL6.67º62.57%63.33%-
HSV(B)6.67º53.18%86.27%-
XYZ38.2128.6916.36-
YUV145.61103.96181.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=50.11%
G=26.42%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011610300.470.530.146.6762.5763.33
HexDC746702F35E73f3f
Octal334164147057651677777
Binary110111001110100110011101011111101011110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7467; }

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

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

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

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

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

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

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

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