#df7a60

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

Shades of Terra Cotta #DF7A60

Tints of Terra Cotta #DF7A60

Color information

#DF7A60 (or 0xDF7A60) is unknown color: approx Terra Cotta. HEX triplet: DF, 7A and 60. RGB value is (223,122,96). Sum of RGB (Red+Green+Blue) = 223+122+96=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A60 is #20859F. Grayscale: #959595. Windows color (decimal): -2131360 or 6322911. OLE color: 6322911.

HSL color Cylindrical-coordinate representation of color #DF7A60: hue angle of 12.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF7A60 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22312296-
CMYK00.450.570.13
HSL12.28º66.49%62.55%-
HSV(B)12.28º56.95%87.45%-
XYZ39.530.4514.86-
YUV149.2397.96180.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.57%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=50.57%
G=27.66%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231229600.450.570.1312.2866.4962.55
HexDF7A6002D39Dc423f
Octal33717214005571151410277
Binary11011111111101011000000101101111001110111001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7a60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7a60; }

 p { color: rgb(223,122,96); }

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

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

 a { background-color: rgb(223,122,96); }

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

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

 span { border-color: rgb(223,122,96); }

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