#DD6D57

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

Shades of Terra Cotta #DD6D57

Tints of Terra Cotta #DD6D57

Color information

#DD6D57 (or 0xDD6D57) is unknown color: approx Terra Cotta. HEX triplet: DD, 6D and 57. RGB value is (221,109,87). Sum of RGB (Red+Green+Blue) = 221+109+87=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D57 is #2292A8. Grayscale: #8C8C8C. Windows color (decimal): -2265769 or 5729757. OLE color: 5729757.

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

Color convert

RGB22110987-
CMYK00.510.610.13
HSL9.85º66.34%60.39%-
HSV(B)9.85º60.63%86.67%-
XYZ37.012712.28-
YUV139.9898.11185.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=53.00%
G=26.14%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211098700.510.610.139.8566.3460.39
HexDD6D570333DDa423c
Octal33515512706375151210274
Binary11011101110110110101110110011111101110110101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D57; }

 p { color: rgb(221,109,87); }

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

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

 a { background-color: rgb(221,109,87); }

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

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

 span { border-color: rgb(221,109,87); }

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