#DF7456

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

Shades of Terra Cotta #DF7456

Tints of Terra Cotta #DF7456

Color information

#DF7456 (or 0xDF7456) is unknown color: approx Terra Cotta. HEX triplet: DF, 74 and 56. RGB value is (223,116,86). Sum of RGB (Red+Green+Blue) = 223+116+86=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7456 is #208BA9. Grayscale: #909090. Windows color (decimal): -2132906 or 5666015. OLE color: 5666015.

HSL color Cylindrical-coordinate representation of color #DF7456: hue angle of 13.14º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF7456 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22311686-
CMYK00.480.610.13
HSL13.14º68.16%60.59%-
HSV(B)13.14º61.43%87.45%-
XYZ38.3628.8512.35-
YUV144.5794.95183.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.47%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=52.47%
G=27.29%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231168600.480.610.1313.1468.1660.59
HexDF74560303DDd443d
Octal33716412606075151510475
Binary11011111111010010101100110000111101110111011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7456; }

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

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

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

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

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

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

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

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