#DD6D58

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

Shades of Terra Cotta #DD6D58

Tints of Terra Cotta #DD6D58

Color information

#DD6D58 (or 0xDD6D58) is unknown color: approx Terra Cotta. HEX triplet: DD, 6D and 58. RGB value is (221,109,88). Sum of RGB (Red+Green+Blue) = 221+109+88=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D58 is #2292A7. Grayscale: #8C8C8C. Windows color (decimal): -2265768 or 5795293. OLE color: 5795293.

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

Color convert

RGB22110988-
CMYK00.510.600.13
HSL9.47º66.17%60.59%-
HSV(B)9.47º60.18%86.67%-
XYZ37.0527.0112.49-
YUV140.0998.61185.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=52.87%
G=26.08%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211098800.510.600.139.4766.1760.59
HexDD6D580333CD9423d
Octal33515513006374151110275
Binary11011101110110110110000110011111100110110011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D58; }

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

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

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

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

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

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

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

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