#D87564

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

Shades of Terra Cotta #D87564

Tints of Terra Cotta #D87564

Color information

#D87564 (or 0xD87564) is unknown color: approx Terra Cotta. HEX triplet: D8, 75 and 64. RGB value is (216,117,100). Sum of RGB (Red+Green+Blue) = 216+117+100=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D87564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87564 is #278A9B. Grayscale: #909090. Windows color (decimal): -2591388 or 6583768. OLE color: 6583768.

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

Color convert

RGB216117100-
CMYK00.460.540.15
HSL8.79º59.79%61.96%-
HSV(B)8.79º53.7%84.71%-
XYZ36.9828.2415.56-
YUV144.66102.8178.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=49.88%
G=27.02%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611710000.460.540.158.7959.7961.96
HexD8756402E36F93c3e
Octal3301651440566617117476
Binary1101100011101011100100010111011011011111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87564; }

 p { color: rgb(216,117,100); }

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

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

 a { background-color: rgb(216,117,100); }

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

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

 span { border-color: rgb(216,117,100); }

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