#DF715E

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

Shades of Terra Cotta #DF715E

Tints of Terra Cotta #DF715E

Color information

#DF715E (or 0xDF715E) is unknown color: approx Terra Cotta. HEX triplet: DF, 71 and 5E. RGB value is (223,113,94). Sum of RGB (Red+Green+Blue) = 223+113+94=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF715E is #208EA1. Grayscale: #8F8F8F. Windows color (decimal): -2133666 or 6189535. OLE color: 6189535.

HSL color Cylindrical-coordinate representation of color #DF715E: hue angle of 8.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF715E is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22311394-
CMYK00.490.580.13
HSL8.84º66.84%62.16%-
HSV(B)8.84º57.85%87.45%-
XYZ38.3628.3114.03-
YUV143.7299.94184.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.86%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=51.86%
G=26.28%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231139400.490.580.138.8466.8462.16
HexDF715E0313AD9433e
Octal33716113606172151110376
Binary11011111111000110111100110001111010110110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF715E; }

 p { color: rgb(223,113,94); }

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

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

 a { background-color: rgb(223,113,94); }

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

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

 span { border-color: rgb(223,113,94); }

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