#DF6C60

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

Shades of Terra Cotta #DF6C60

Tints of Terra Cotta #DF6C60

Color information

#DF6C60 (or 0xDF6C60) is unknown color: approx Terra Cotta. HEX triplet: DF, 6C and 60. RGB value is (223,108,96). Sum of RGB (Red+Green+Blue) = 223+108+96=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6C60 is #20939F. Grayscale: #8D8D8D. Windows color (decimal): -2134944 or 6319327. OLE color: 6319327.

HSL color Cylindrical-coordinate representation of color #DF6C60: hue angle of 5.67º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6C60 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22310896-
CMYK00.520.570.13
HSL5.67º66.49%62.55%-
HSV(B)5.67º56.95%87.45%-
XYZ37.9127.2614.33-
YUV141.02102.6186.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.22%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=52.22%
G=25.29%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231089600.520.570.135.6766.4962.55
HexDF6C6003439D6423f
Octal3371541400647115610277
Binary1101111111011001100000011010011100111011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C60; }

 p { color: rgb(223,108,96); }

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

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

 a { background-color: rgb(223,108,96); }

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

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

 span { border-color: rgb(223,108,96); }

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