#D97866

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

Shades of Terra Cotta #D97866

Tints of Terra Cotta #D97866

Color information

#D97866 (or 0xD97866) is unknown color: approx Terra Cotta. HEX triplet: D9, 78 and 66. RGB value is (217,120,102). Sum of RGB (Red+Green+Blue) = 217+120+102=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D97866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97866 is #268799. Grayscale: #939393. Windows color (decimal): -2525082 or 6715609. OLE color: 6715609.

HSL color Cylindrical-coordinate representation of color #D97866: hue angle of 9.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D97866 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217120102-
CMYK00.450.530.15
HSL9.39º60.21%62.55%-
HSV(B)9.39º53%85.1%-
XYZ37.7329.1416.21-
YUV146.95102.64177.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.43%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=49.43%
G=27.33%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712010200.450.530.159.3960.2162.55
HexD9786602D35F93c3f
Octal3311701460556517117477
Binary1101100111110001100110010110111010111111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97866; }

 p { color: rgb(217,120,102); }

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

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

 a { background-color: rgb(217,120,102); }

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

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

 span { border-color: rgb(217,120,102); }

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