#D86E59

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

Shades of Terra Cotta #D86E59

Tints of Terra Cotta #D86E59

Color information

#D86E59 (or 0xD86E59) is unknown color: approx Terra Cotta. HEX triplet: D8, 6E and 59. RGB value is (216,110,89). Sum of RGB (Red+Green+Blue) = 216+110+89=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E59 is #2791A6. Grayscale: #8B8B8B. Windows color (decimal): -2593191 or 5861080. OLE color: 5861080.

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

Color convert

RGB21611089-
CMYK00.490.590.15
HSL9.92º61.95%59.8%-
HSV(B)9.92º58.8%84.71%-
XYZ35.726.4712.68-
YUV139.399.62182.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=52.05%
G=26.51%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161108900.490.590.159.9261.9559.8
HexD86E590313BFa3e3c
Octal3301561310617317127674
Binary1101100011011101011001011000111101111111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E59; }

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

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

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

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

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

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

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

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