#DD7561

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

Shades of Terra Cotta #DD7561

Tints of Terra Cotta #DD7561

Color information

#DD7561 (or 0xDD7561) is unknown color: approx Terra Cotta. HEX triplet: DD, 75 and 61. RGB value is (221,117,97). Sum of RGB (Red+Green+Blue) = 221+117+97=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7561 is #228A9E. Grayscale: #919191. Windows color (decimal): -2263711 or 6387165. OLE color: 6387165.

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

Color convert

RGB22111797-
CMYK00.470.560.13
HSL9.68º64.58%62.35%-
HSV(B)9.68º56.11%86.67%-
XYZ38.3428.9614.88-
YUV145.82100.46181.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.80%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=50.80%
G=26.90%
B=22.30%

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
Decimal2211179700.470.560.139.6864.5862.35
HexDD756102F38Da413e
Octal33516514105770151210176
Binary11011101111010111000010101111111000110110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7561; }

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

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

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

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

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

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

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

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