#D87266

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

Shades of Terra Cotta #D87266

Tints of Terra Cotta #D87266

Color information

#D87266 (or 0xD87266) is unknown color: approx Terra Cotta. HEX triplet: D8, 72 and 66. RGB value is (216,114,102). Sum of RGB (Red+Green+Blue) = 216+114+102=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D87266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87266 is #278D99. Grayscale: #8F8F8F. Windows color (decimal): -2592154 or 6714072. OLE color: 6714072.

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

Color convert

RGB216114102-
CMYK00.470.530.15
HSL6.32º59.38%62.35%-
HSV(B)6.32º52.78%84.71%-
XYZ36.7327.5915.96-
YUV143.13104.79179.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=50%
G=26.39%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611410200.470.530.156.3259.3862.35
HexD8726602F35F63b3e
Octal330162146057651767376
Binary110110001110010110011001011111101011111110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87266; }

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

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

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

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

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

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

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

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