#D86D5F

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

Shades of Terra Cotta #D86D5F

Tints of Terra Cotta #D86D5F

Color information

#D86D5F (or 0xD86D5F) is unknown color: approx Terra Cotta. HEX triplet: D8, 6D and 5F. RGB value is (216,109,95). Sum of RGB (Red+Green+Blue) = 216+109+95=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D5F is #2792A0. Grayscale: #8B8B8B. Windows color (decimal): -2593441 or 6254040. OLE color: 6254040.

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

Color convert

RGB21610995-
CMYK00.500.560.15
HSL6.94º60.8%60.98%-
HSV(B)6.94º56.02%84.71%-
XYZ35.8526.3614.03-
YUV139.4102.95182.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.43%
GREEN value IS 109 (42.97% from 255) = 25.95%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=51.43%
G=25.95%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161099500.500.560.156.9460.860.98
HexD86D5F03238F73d3d
Octal330155137062701777575
Binary110110001101101101111101100101110001111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D5F; }

 p { color: rgb(216,109,95); }

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

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

 a { background-color: rgb(216,109,95); }

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

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

 span { border-color: rgb(216,109,95); }

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