#DD7769

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

Shades of Terra Cotta #DD7769

Tints of Terra Cotta #DD7769

Color information

#DD7769 (or 0xDD7769) is unknown color: approx Terra Cotta. HEX triplet: DD, 77 and 69. RGB value is (221,119,105). Sum of RGB (Red+Green+Blue) = 221+119+105=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7769 is #228896. Grayscale: #949494. Windows color (decimal): -2263191 or 6911965. OLE color: 6911965.

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

Color convert

RGB221119105-
CMYK00.460.520.13
HSL7.24º63.04%63.92%-
HSV(B)7.24º52.49%86.67%-
XYZ38.9729.5917.02-
YUV147.9103.79180.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.66%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 105 (41.41% from 255) = 23.60%
R=49.66%
G=26.74%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111910500.460.520.137.2463.0463.92
HexDD776902E34D73f40
Octal3351671510566415777100
Binary1101110111101111101001010111011010011011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7769; }

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

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

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

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

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

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

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

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