#D86F61

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

Shades of Terra Cotta #D86F61

Tints of Terra Cotta #D86F61

Color information

#D86F61 (or 0xD86F61) is unknown color: approx Terra Cotta. HEX triplet: D8, 6F and 61. RGB value is (216,111,97). Sum of RGB (Red+Green+Blue) = 216+111+97=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F61 is #27909E. Grayscale: #8C8C8C. Windows color (decimal): -2592927 or 6385624. OLE color: 6385624.

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

Color convert

RGB21611197-
CMYK00.490.550.15
HSL7.06º60.41%61.37%-
HSV(B)7.06º55.09%84.71%-
XYZ36.1626.8314.58-
YUV140.8103.29181.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=50.94%
G=26.18%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161119700.490.550.157.0660.4161.37
HexD86F6103137F73c3d
Octal330157141061671777475
Binary110110001101111110000101100011101111111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86F61; }

 p { color: rgb(216,111,97); }

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

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

 a { background-color: rgb(216,111,97); }

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

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

 span { border-color: rgb(216,111,97); }

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