#D96E5D

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

Shades of Terra Cotta #D96E5D

Tints of Terra Cotta #D96E5D

Color information

#D96E5D (or 0xD96E5D) is unknown color: approx Terra Cotta. HEX triplet: D9, 6E and 5D. RGB value is (217,110,93). Sum of RGB (Red+Green+Blue) = 217+110+93=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E5D is #2691A2. Grayscale: #8C8C8C. Windows color (decimal): -2527651 or 6123225. OLE color: 6123225.

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

Color convert

RGB21711093-
CMYK00.490.570.15
HSL8.23º62%60.78%-
HSV(B)8.23º57.14%85.1%-
XYZ36.1726.6913.6-
YUV140.05101.45182.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.67%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=51.67%
G=26.19%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171109300.490.570.158.236260.78
HexD96E5D03139F83e3d
Octal3311561350617117107675
Binary1101100111011101011101011000111100111111000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96E5D; }

 p { color: rgb(217,110,93); }

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

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

 a { background-color: rgb(217,110,93); }

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

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

 span { border-color: rgb(217,110,93); }

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