#D87768

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

Shades of Terra Cotta #D87768

Tints of Terra Cotta #D87768

Color information

#D87768 (or 0xD87768) is unknown color: approx Terra Cotta. HEX triplet: D8, 77 and 68. RGB value is (216,119,104). Sum of RGB (Red+Green+Blue) = 216+119+104=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D87768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87768 is #278897. Grayscale: #929292. Windows color (decimal): -2590872 or 6846424. OLE color: 6846424.

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

Color convert

RGB216119104-
CMYK00.450.520.15
HSL8.04º58.95%62.75%-
HSV(B)8.04º51.85%84.71%-
XYZ37.4128.7916.68-
YUV146.29104.14177.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.20%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=49.20%
G=27.11%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611910400.450.520.158.0458.9562.75
HexD8776802D34F83b3f
Octal3301671500556417107377
Binary1101100011101111101000010110111010011111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87768; }

 p { color: rgb(216,119,104); }

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

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

 a { background-color: rgb(216,119,104); }

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

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

 span { border-color: rgb(216,119,104); }

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