#DD7759

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

Shades of Terra Cotta #DD7759

Tints of Terra Cotta #DD7759

Color information

#DD7759 (or 0xDD7759) is unknown color: approx Terra Cotta. HEX triplet: DD, 77 and 59. RGB value is (221,119,89). Sum of RGB (Red+Green+Blue) = 221+119+89=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7759 is #2288A6. Grayscale: #929292. Windows color (decimal): -2263207 or 5863389. OLE color: 5863389.

HSL color Cylindrical-coordinate representation of color #DD7759: hue angle of 13.64º 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 #DD7759 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22111989-
CMYK00.460.600.13
HSL13.64º66%60.78%-
HSV(B)13.64º59.73%86.67%-
XYZ38.2229.2913.09-
YUV146.0895.79181.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=51.52%
G=27.74%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211198900.460.600.1313.646660.78
HexDD775902E3CDe423d
Octal33516713105674151610275
Binary11011101111011110110010101110111100110111101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7759; }

 p { color: rgb(221,119,89); }

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

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

 a { background-color: rgb(221,119,89); }

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

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

 span { border-color: rgb(221,119,89); }

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