#DD7661

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

Shades of Terra Cotta #DD7661

Tints of Terra Cotta #DD7661

Color information

#DD7661 (or 0xDD7661) is unknown color: approx Terra Cotta. HEX triplet: DD, 76 and 61. RGB value is (221,118,97). Sum of RGB (Red+Green+Blue) = 221+118+97=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7661 is #22899E. Grayscale: #929292. Windows color (decimal): -2263455 or 6387421. OLE color: 6387421.

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

Color convert

RGB22111897-
CMYK00.470.560.13
HSL10.16º64.58%62.35%-
HSV(B)10.16º56.11%86.67%-
XYZ38.4529.1914.92-
YUV146.4100.12181.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=50.69%
G=27.06%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211189700.470.560.1310.1664.5862.35
HexDD766102F38Da413e
Octal33516614105770151210176
Binary11011101111011011000010101111111000110110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7661; }

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

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

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

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

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

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

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

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