#DD7056

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

Shades of Terra Cotta #DD7056

Tints of Terra Cotta #DD7056

Color information

#DD7056 (or 0xDD7056) is unknown color: approx Terra Cotta. HEX triplet: DD, 70 and 56. RGB value is (221,112,86). Sum of RGB (Red+Green+Blue) = 221+112+86=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7056 is #228FA9. Grayscale: #8D8D8D. Windows color (decimal): -2265002 or 5664989. OLE color: 5664989.

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

Color convert

RGB22111286-
CMYK00.490.610.13
HSL11.56º66.5%60.2%-
HSV(B)11.56º61.09%86.67%-
XYZ37.2927.6312.17-
YUV141.6396.61184.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=52.74%
G=26.73%
B=20.53%

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
Decimal2211128600.490.610.1311.5666.560.2
HexDD70560313DDc433c
Octal33516012606175151410374
Binary11011101111000010101100110001111101110111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7056; }

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

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

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

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

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

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

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

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