#df7556

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

Shades of Terra Cotta #DF7556

Tints of Terra Cotta #DF7556

Color information

#DF7556 (or 0xDF7556) is unknown color: approx Terra Cotta. HEX triplet: DF, 75 and 56. RGB value is (223,117,86). Sum of RGB (Red+Green+Blue) = 223+117+86=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7556 is #208AA9. Grayscale: #919191. Windows color (decimal): -2132650 or 5666271. OLE color: 5666271.

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

Color convert

RGB22311786-
CMYK00.480.610.13
HSL13.58º68.16%60.59%-
HSV(B)13.58º61.43%87.45%-
XYZ38.4729.0812.39-
YUV145.1694.62183.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.35%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=52.35%
G=27.46%
B=20.19%

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
Decimal2231178600.480.610.1313.5868.1660.59
HexDF75560303DDe443d
Octal33716512606075151610475
Binary11011111111010110101100110000111101110111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7556; }

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

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

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

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

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

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

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

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