#DF745F

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

Shades of Terra Cotta #DF745F

Tints of Terra Cotta #DF745F

Color information

#DF745F (or 0xDF745F) is unknown color: approx Terra Cotta. HEX triplet: DF, 74 and 5F. RGB value is (223,116,95). Sum of RGB (Red+Green+Blue) = 223+116+95=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF745F is #208BA0. Grayscale: #919191. Windows color (decimal): -2132897 or 6255839. OLE color: 6255839.

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

Color convert

RGB22311695-
CMYK00.480.570.13
HSL9.84º66.67%62.35%-
HSV(B)9.84º57.4%87.45%-
XYZ38.742914.38-
YUV145.699.45183.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.38%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=51.38%
G=26.73%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231169500.480.570.139.8466.6762.35
HexDF745F03039Da433e
Octal33716413706071151210376
Binary11011111111010010111110110000111001110110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF745F; }

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

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

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

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

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

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

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

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