#D87864

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

Shades of Terra Cotta #D87864

Tints of Terra Cotta #D87864

Color information

#D87864 (or 0xD87864) is unknown color: approx Terra Cotta. HEX triplet: D8, 78 and 64. RGB value is (216,120,100). Sum of RGB (Red+Green+Blue) = 216+120+100=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D87864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87864 is #27879B. Grayscale: #929292. Windows color (decimal): -2590620 or 6584536. OLE color: 6584536.

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

Color convert

RGB216120100-
CMYK00.440.540.15
HSL10.34º59.79%61.96%-
HSV(B)10.34º53.7%84.71%-
XYZ37.3428.9515.68-
YUV146.42101.8177.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.54%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=49.54%
G=27.52%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612010000.440.540.1510.3459.7961.96
HexD8786402C36Fa3c3e
Octal3301701440546617127476
Binary1101100011110001100100010110011011011111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87864; }

 p { color: rgb(216,120,100); }

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

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

 a { background-color: rgb(216,120,100); }

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

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

 span { border-color: rgb(216,120,100); }

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