#DD7360

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

Shades of Terra Cotta #DD7360

Tints of Terra Cotta #DD7360

Color information

#DD7360 (or 0xDD7360) is unknown color: approx Terra Cotta. HEX triplet: DD, 73 and 60. RGB value is (221,115,96). Sum of RGB (Red+Green+Blue) = 221+115+96=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7360 is #228C9F. Grayscale: #909090. Windows color (decimal): -2264224 or 6321117. OLE color: 6321117.

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

Color convert

RGB22111596-
CMYK00.480.570.13
HSL9.12º64.77%62.16%-
HSV(B)9.12º56.56%86.67%-
XYZ38.0628.4814.56-
YUV144.53100.62182.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.16%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=51.16%
G=26.62%
B=22.22%

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
Decimal2211159600.480.570.139.1264.7762.16
HexDD736003039D9413e
Octal33516314006071151110176
Binary11011101111001111000000110000111001110110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7360; }

 p { color: rgb(221,115,96); }

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

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

 a { background-color: rgb(221,115,96); }

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

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

 span { border-color: rgb(221,115,96); }

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