#DF745E

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

Shades of Terra Cotta #DF745E

Tints of Terra Cotta #DF745E

Color information

#DF745E (or 0xDF745E) is unknown color: approx Terra Cotta. HEX triplet: DF, 74 and 5E. RGB value is (223,116,94). Sum of RGB (Red+Green+Blue) = 223+116+94=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF745E is #208BA1. Grayscale: #919191. Windows color (decimal): -2132898 or 6190303. OLE color: 6190303.

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

Color convert

RGB22311694-
CMYK00.480.580.13
HSL10.23º66.84%62.16%-
HSV(B)10.23º57.85%87.45%-
XYZ38.728.9914.15-
YUV145.4998.95183.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=51.50%
G=26.79%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231169400.480.580.1310.2366.8462.16
HexDF745E0303ADa433e
Octal33716413606072151210376
Binary11011111111010010111100110000111010110110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF745E; }

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

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

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

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

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

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

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

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