#D97566

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

Shades of Terra Cotta #D97566

Tints of Terra Cotta #D97566

Color information

#D97566 (or 0xD97566) is unknown color: approx Terra Cotta. HEX triplet: D9, 75 and 66. RGB value is (217,117,102). Sum of RGB (Red+Green+Blue) = 217+117+102=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D97566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97566 is #268A99. Grayscale: #919191. Windows color (decimal): -2525850 or 6714841. OLE color: 6714841.

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

Color convert

RGB217117102-
CMYK00.460.530.15
HSL7.83º60.21%62.55%-
HSV(B)7.83º53%85.1%-
XYZ37.3728.4316.09-
YUV145.19103.63179.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=49.77%
G=26.83%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711710200.460.530.157.8360.2162.55
HexD9756602E35F83c3f
Octal3311651460566517107477
Binary1101100111101011100110010111011010111111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97566; }

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

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

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

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

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

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

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

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