#DD7961

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

Shades of Terra Cotta #DD7961

Tints of Terra Cotta #DD7961

Color information

#DD7961 (or 0xDD7961) is unknown color: approx Terra Cotta. HEX triplet: DD, 79 and 61. RGB value is (221,121,97). Sum of RGB (Red+Green+Blue) = 221+121+97=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7961 is #22869E. Grayscale: #949494. Windows color (decimal): -2262687 or 6388189. OLE color: 6388189.

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

Color convert

RGB22112197-
CMYK00.450.560.13
HSL11.61º64.58%62.35%-
HSV(B)11.61º56.11%86.67%-
XYZ38.8129.9115.04-
YUV148.1699.13179.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.34%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=50.34%
G=27.56%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211219700.450.560.1311.6164.5862.35
HexDD796102D38Dc413e
Octal33517114105570151410176
Binary11011101111100111000010101101111000110111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7961; }

 p { color: rgb(221,121,97); }

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

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

 a { background-color: rgb(221,121,97); }

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

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

 span { border-color: rgb(221,121,97); }

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