#D87960

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

Shades of Terra Cotta #D87960

Tints of Terra Cotta #D87960

Color information

#D87960 (or 0xD87960) is unknown color: approx Terra Cotta. HEX triplet: D8, 79 and 60. RGB value is (216,121,96). Sum of RGB (Red+Green+Blue) = 216+121+96=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D87960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87960 is #27869F. Grayscale: #929292. Windows color (decimal): -2590368 or 6322648. OLE color: 6322648.

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

Color convert

RGB21612196-
CMYK00.440.560.15
HSL12.5º60.61%61.18%-
HSV(B)12.5º55.56%84.71%-
XYZ37.2729.1214.72-
YUV146.5599.47177.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=49.88%
G=27.94%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161219600.440.560.1512.560.6161.18
HexD8796002C38Fc3d3d
Octal3301711400547017147575
Binary1101100011110011100000010110011100011111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87960; }

 p { color: rgb(216,121,96); }

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

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

 a { background-color: rgb(216,121,96); }

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

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

 span { border-color: rgb(216,121,96); }

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