#DC6F65

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

Shades of Terra Cotta #DC6F65

Tints of Terra Cotta #DC6F65

Color information

#DC6F65 (or 0xDC6F65) is unknown color: approx Terra Cotta. HEX triplet: DC, 6F and 65. RGB value is (220,111,101). Sum of RGB (Red+Green+Blue) = 220+111+101=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F65 is #23909A. Grayscale: #8E8E8E. Windows color (decimal): -2330779 or 6647772. OLE color: 6647772.

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

Color convert

RGB220111101-
CMYK00.500.540.14
HSL5.04º62.96%62.94%-
HSV(B)5.04º54.09%86.27%-
XYZ37.5527.5215.65-
YUV142.45104.61183.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=50.93%
G=25.69%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011110100.500.540.145.0462.9662.94
HexDC6F6503236E53f3f
Octal334157145062661657777
Binary110111001101111110010101100101101101110101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6F65; }

 p { color: rgb(220,111,101); }

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

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

 a { background-color: rgb(220,111,101); }

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

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

 span { border-color: rgb(220,111,101); }

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