#DD795F

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

Shades of Terra Cotta #DD795F

Tints of Terra Cotta #DD795F

Color information

#DD795F (or 0xDD795F) is unknown color: approx Terra Cotta. HEX triplet: DD, 79 and 5F. RGB value is (221,121,95). Sum of RGB (Red+Green+Blue) = 221+121+95=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD795F is #2286A0. Grayscale: #949494. Windows color (decimal): -2262689 or 6257117. OLE color: 6257117.

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

Color convert

RGB22112195-
CMYK00.450.570.13
HSL12.38º64.95%61.96%-
HSV(B)12.38º57.01%86.67%-
XYZ38.7229.8714.55-
YUV147.9498.13180.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.57%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=50.57%
G=27.69%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211219500.450.570.1312.3864.9561.96
HexDD795F02D39Dc413e
Octal33517113705571151410176
Binary11011101111100110111110101101111001110111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD795F; }

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

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

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

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

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

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

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

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