#d86c59

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

Shades of Terra Cotta #D86C59

Tints of Terra Cotta #D86C59

Color information

#D86C59 (or 0xD86C59) is unknown color: approx Terra Cotta. HEX triplet: D8, 6C and 59. RGB value is (216,108,89). Sum of RGB (Red+Green+Blue) = 216+108+89=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C59 is #2793A6. Grayscale: #8A8A8A. Windows color (decimal): -2593703 or 5860568. OLE color: 5860568.

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

Color convert

RGB21610889-
CMYK00.500.590.15
HSL8.98º61.95%59.8%-
HSV(B)8.98º58.8%84.71%-
XYZ35.4826.0512.61-
YUV138.13100.28183.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.30%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=52.30%
G=26.15%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161088900.500.590.158.9861.9559.8
HexD86C590323BF93e3c
Octal3301541310627317117674
Binary1101100011011001011001011001011101111111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86c59; }

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

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

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

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

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

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

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

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