#DD7B60

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

Shades of Terra Cotta #DD7B60

Tints of Terra Cotta #DD7B60

Color information

#DD7B60 (or 0xDD7B60) is unknown color: approx Terra Cotta. HEX triplet: DD, 7B and 60. RGB value is (221,123,96). Sum of RGB (Red+Green+Blue) = 221+123+96=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B60 is #22849F. Grayscale: #959595. Windows color (decimal): -2262176 or 6323165. OLE color: 6323165.

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

Color convert

RGB22112396-
CMYK00.440.570.13
HSL12.96º64.77%62.16%-
HSV(B)12.96º56.56%86.67%-
XYZ39.0130.3814.87-
YUV149.2297.97179.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=50.23%
G=27.95%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211239600.440.570.1312.9664.7762.16
HexDD7B6002C39Dd413e
Octal33517314005471151510176
Binary11011101111101111000000101100111001110111011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B60; }

 p { color: rgb(221,123,96); }

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

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

 a { background-color: rgb(221,123,96); }

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

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

 span { border-color: rgb(221,123,96); }

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