#DD7A65

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

Shades of Terra Cotta #DD7A65

Tints of Terra Cotta #DD7A65

Color information

#DD7A65 (or 0xDD7A65) is unknown color: approx Terra Cotta. HEX triplet: DD, 7A and 65. RGB value is (221,122,101). Sum of RGB (Red+Green+Blue) = 221+122+101=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A65 is #22859A. Grayscale: #959595. Windows color (decimal): -2262427 or 6650589. OLE color: 6650589.

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

Color convert

RGB221122101-
CMYK00.450.540.13
HSL10.5º63.83%63.14%-
HSV(B)10.5º54.3%86.67%-
XYZ39.1330.2316.08-
YUV149.21100.8179.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 122 (48.05% from 255) = 27.48%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=49.77%
G=27.48%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112210100.450.540.1310.563.8363.14
HexDD7A6502D36Da403f
Octal33517214505566151210077
Binary11011101111101011001010101101110110110110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A65; }

 p { color: rgb(221,122,101); }

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

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

 a { background-color: rgb(221,122,101); }

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

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

 span { border-color: rgb(221,122,101); }

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