#DF715F

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

Shades of Terra Cotta #DF715F

Tints of Terra Cotta #DF715F

Color information

#DF715F (or 0xDF715F) is unknown color: approx Terra Cotta. HEX triplet: DF, 71 and 5F. RGB value is (223,113,95). Sum of RGB (Red+Green+Blue) = 223+113+95=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF715F is #208EA0. Grayscale: #909090. Windows color (decimal): -2133665 or 6255071. OLE color: 6255071.

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

Color convert

RGB22311395-
CMYK00.490.570.13
HSL8.44º66.67%62.35%-
HSV(B)8.44º57.4%87.45%-
XYZ38.428.3214.27-
YUV143.84100.44184.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.74%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=51.74%
G=26.22%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231139500.490.570.138.4466.6762.35
HexDF715F03139D8433e
Octal33716113706171151010376
Binary11011111111000110111110110001111001110110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF715F; }

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

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

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

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

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

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

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

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