#DD715C

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

Shades of Terra Cotta #DD715C

Tints of Terra Cotta #DD715C

Color information

#DD715C (or 0xDD715C) is unknown color: approx Terra Cotta. HEX triplet: DD, 71 and 5C. RGB value is (221,113,92). Sum of RGB (Red+Green+Blue) = 221+113+92=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD715C is #228EA3. Grayscale: #8F8F8F. Windows color (decimal): -2264740 or 6058461. OLE color: 6058461.

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

Color convert

RGB22111392-
CMYK00.490.580.13
HSL9.77º65.48%61.37%-
HSV(B)9.77º58.37%86.67%-
XYZ37.6627.9613.54-
YUV142.999.28183.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=51.88%
G=26.53%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211139200.490.580.139.7765.4861.37
HexDD715C0313ADa413d
Octal33516113406172151210175
Binary11011101111000110111000110001111010110110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD715C; }

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

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

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

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

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

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

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

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