#DD7768

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

Shades of Terra Cotta #DD7768

Tints of Terra Cotta #DD7768

Color information

#DD7768 (or 0xDD7768) is unknown color: approx Terra Cotta. HEX triplet: DD, 77 and 68. RGB value is (221,119,104). Sum of RGB (Red+Green+Blue) = 221+119+104=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7768 is #228897. Grayscale: #939393. Windows color (decimal): -2263192 or 6846429. OLE color: 6846429.

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

Color convert

RGB221119104-
CMYK00.460.530.13
HSL7.69º63.24%63.73%-
HSV(B)7.69º52.94%86.67%-
XYZ38.9129.5716.75-
YUV147.79103.29180.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=49.77%
G=26.80%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111910400.460.530.137.6963.2463.73
HexDD776802E35D83f40
Octal33516715005665151077100
Binary11011101111011111010000101110110101110110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7768; }

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

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

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

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

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

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

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

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