#DD7564

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

Shades of Terra Cotta #DD7564

Tints of Terra Cotta #DD7564

Color information

#DD7564 (or 0xDD7564) is unknown color: approx Terra Cotta. HEX triplet: DD, 75 and 64. RGB value is (221,117,100). Sum of RGB (Red+Green+Blue) = 221+117+100=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7564 is #228A9B. Grayscale: #929292. Windows color (decimal): -2263708 or 6583773. OLE color: 6583773.

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

Color convert

RGB221117100-
CMYK00.470.550.13
HSL8.43º64.02%62.94%-
HSV(B)8.43º54.75%86.67%-
XYZ38.4829.0115.63-
YUV146.16101.96181.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.46%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=50.46%
G=26.71%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111710000.470.550.138.4364.0262.94
HexDD756402F37D8403f
Octal33516514405767151010077
Binary11011101111010111001000101111110111110110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7564; }

 p { color: rgb(221,117,100); }

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

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

 a { background-color: rgb(221,117,100); }

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

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

 span { border-color: rgb(221,117,100); }

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