#DF705E

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

Shades of Terra Cotta #DF705E

Tints of Terra Cotta #DF705E

Color information

#DF705E (or 0xDF705E) is unknown color: approx Terra Cotta. HEX triplet: DF, 70 and 5E. RGB value is (223,112,94). Sum of RGB (Red+Green+Blue) = 223+112+94=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF705E is #208FA1. Grayscale: #8F8F8F. Windows color (decimal): -2133922 or 6189279. OLE color: 6189279.

HSL color Cylindrical-coordinate representation of color #DF705E: hue angle of 8.37º 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 #DF705E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22311294-
CMYK00.500.580.13
HSL8.37º66.84%62.16%-
HSV(B)8.37º57.85%87.45%-
XYZ38.2528.0813.99-
YUV143.14100.27184.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.98%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=51.98%
G=26.11%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231129400.500.580.138.3766.8462.16
HexDF705E0323AD8433e
Octal33716013606272151010376
Binary11011111111000010111100110010111010110110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF705E; }

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

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

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

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

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

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

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

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