#D86E5C

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

Shades of Terra Cotta #D86E5C

Tints of Terra Cotta #D86E5C

Color information

#D86E5C (or 0xD86E5C) is unknown color: approx Terra Cotta. HEX triplet: D8, 6E and 5C. RGB value is (216,110,92). Sum of RGB (Red+Green+Blue) = 216+110+92=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E5C is #2791A3. Grayscale: #8B8B8B. Windows color (decimal): -2593188 or 6057688. OLE color: 6057688.

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

Color convert

RGB21611092-
CMYK00.490.570.15
HSL8.71º61.39%60.39%-
HSV(B)8.71º57.41%84.71%-
XYZ35.8326.5213.36-
YUV139.64101.12182.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=51.67%
G=26.32%
B=22.01%

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
Decimal2161109200.490.570.158.7161.3960.39
HexD86E5C03139F93d3c
Octal3301561340617117117574
Binary1101100011011101011100011000111100111111001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E5C; }

 p { color: rgb(216,110,92); }

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

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

 a { background-color: rgb(216,110,92); }

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

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

 span { border-color: rgb(216,110,92); }

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