#DD7156

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

Shades of Terra Cotta #DD7156

Tints of Terra Cotta #DD7156

Color information

#DD7156 (or 0xDD7156) is unknown color: approx Terra Cotta. HEX triplet: DD, 71 and 56. RGB value is (221,113,86). Sum of RGB (Red+Green+Blue) = 221+113+86=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7156 is #228EA9. Grayscale: #8E8E8E. Windows color (decimal): -2264746 or 5665245. OLE color: 5665245.

HSL color Cylindrical-coordinate representation of color #DD7156: hue angle of 12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD7156 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22111386-
CMYK00.490.610.13
HSL12º66.5%60.2%-
HSV(B)12º61.09%86.67%-
XYZ37.427.8512.21-
YUV142.2196.28184.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.62%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=52.62%
G=26.90%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211138600.490.610.131266.560.2
HexDD71560313DDc433c
Octal33516112606175151410374
Binary11011101111000110101100110001111101110111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7156; }

 p { color: rgb(221,113,86); }

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

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

 a { background-color: rgb(221,113,86); }

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

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

 span { border-color: rgb(221,113,86); }

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