#DD7154

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

Shades of Terra Cotta #DD7154

Tints of Terra Cotta #DD7154

Color information

#DD7154 (or 0xDD7154) is unknown color: approx Terra Cotta. HEX triplet: DD, 71 and 54. RGB value is (221,113,84). Sum of RGB (Red+Green+Blue) = 221+113+84=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7154 is #228EAB. Grayscale: #8E8E8E. Windows color (decimal): -2264748 or 5534173. OLE color: 5534173.

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

Color convert

RGB22111384-
CMYK00.490.620.13
HSL12.7º66.83%59.8%-
HSV(B)12.7º61.99%86.67%-
XYZ37.3227.8211.79-
YUV141.9995.28184.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=52.87%
G=27.03%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211138400.490.620.1312.766.8359.8
HexDD71540313EDd433c
Octal33516112406176151510374
Binary11011101111000110101000110001111110110111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7154; }

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

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

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

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

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

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

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

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