#D97061

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

Shades of Terra Cotta #D97061

Tints of Terra Cotta #D97061

Color information

#D97061 (or 0xD97061) is unknown color: approx Terra Cotta. HEX triplet: D9, 70 and 61. RGB value is (217,112,97). Sum of RGB (Red+Green+Blue) = 217+112+97=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D97061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97061 is #268F9E. Grayscale: #8D8D8D. Windows color (decimal): -2527135 or 6385881. OLE color: 6385881.

HSL color Cylindrical-coordinate representation of color #D97061: hue angle of 7.5º 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 #D97061 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21711297-
CMYK00.480.550.15
HSL7.5º61.22%61.57%-
HSV(B)7.5º55.3%85.1%-
XYZ36.5727.214.63-
YUV141.68102.79181.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=50.94%
G=26.29%
B=22.77%

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
Decimal2171129700.480.550.157.561.2261.57
HexD9706103037F83d3e
Octal3311601410606717107576
Binary1101100111100001100001011000011011111111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97061; }

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

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

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

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

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

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

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

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