#D97161

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

Shades of Terra Cotta #D97161

Tints of Terra Cotta #D97161

Color information

#D97161 (or 0xD97161) is unknown color: approx Terra Cotta. HEX triplet: D9, 71 and 61. RGB value is (217,113,97). Sum of RGB (Red+Green+Blue) = 217+113+97=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D97161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97161 is #268E9E. Grayscale: #8E8E8E. Windows color (decimal): -2526879 or 6386137. OLE color: 6386137.

HSL color Cylindrical-coordinate representation of color #D97161: hue angle of 8º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D97161 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21711397-
CMYK00.480.550.15
HSL61.22%61.57%-
HSV(B)55.3%85.1%-
XYZ36.6827.4314.67-
YUV142.27102.46181.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=50.82%
G=26.46%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171139700.480.550.15861.2261.57
HexD9716103037F83d3e
Octal3311611410606717107576
Binary1101100111100011100001011000011011111111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97161; }

 p { color: rgb(217,113,97); }

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

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

 a { background-color: rgb(217,113,97); }

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

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

 span { border-color: rgb(217,113,97); }

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