#D87260

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

Shades of Terra Cotta #D87260

Tints of Terra Cotta #D87260

Color information

#D87260 (or 0xD87260) is unknown color: approx Terra Cotta. HEX triplet: D8, 72 and 60. RGB value is (216,114,96). Sum of RGB (Red+Green+Blue) = 216+114+96=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D87260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87260 is #278D9F. Grayscale: #8E8E8E. Windows color (decimal): -2592160 or 6320856. OLE color: 6320856.

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

Color convert

RGB21611496-
CMYK00.470.560.15
HSL60.61%61.18%-
HSV(B)55.56%84.71%-
XYZ36.4527.4814.45-
YUV142.45101.79180.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 96 (37.89% from 255) = 22.54%
R=50.70%
G=26.76%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161149600.470.560.15960.6161.18
HexD8726002F38F93d3d
Octal3301621400577017117575
Binary1101100011100101100000010111111100011111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87260; }

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

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

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

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

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

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

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

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