#D87061

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

Shades of Terra Cotta #D87061

Tints of Terra Cotta #D87061

Color information

#D87061 (or 0xD87061) is unknown color: approx Terra Cotta. HEX triplet: D8, 70 and 61. RGB value is (216,112,97). Sum of RGB (Red+Green+Blue) = 216+112+97=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D87061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87061 is #278F9E. Grayscale: #8D8D8D. Windows color (decimal): -2592671 or 6385880. OLE color: 6385880.

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

Color convert

RGB21611297-
CMYK00.480.550.15
HSL7.56º60.41%61.37%-
HSV(B)7.56º55.09%84.71%-
XYZ36.2727.0514.62-
YUV141.39102.96181.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=50.82%
G=26.35%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161129700.480.550.157.5660.4161.37
HexD8706103037F83c3d
Octal3301601410606717107475
Binary1101100011100001100001011000011011111111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87061; }

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

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

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

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

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

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

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

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