#dd715f

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

Shades of Terra Cotta #DD715F

Tints of Terra Cotta #DD715F

Color information

#DD715F (or 0xDD715F) is unknown color: approx Terra Cotta. HEX triplet: DD, 71 and 5F. RGB value is (221,113,95). Sum of RGB (Red+Green+Blue) = 221+113+95=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD715F is #228EA0. Grayscale: #8F8F8F. Windows color (decimal): -2264737 or 6255069. OLE color: 6255069.

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

Color convert

RGB22111395-
CMYK00.490.570.13
HSL8.57º64.95%61.96%-
HSV(B)8.57º57.01%86.67%-
XYZ37.7928.0114.24-
YUV143.24100.78183.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=51.52%
G=26.34%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211139500.490.570.138.5764.9561.96
HexDD715F03139D9413e
Octal33516113706171151110176
Binary11011101111000110111110110001111001110110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd715f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd715f; }

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

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

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

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

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

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

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

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