#D87361

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

Shades of Terra Cotta #D87361

Tints of Terra Cotta #D87361

Color information

#D87361 (or 0xD87361) is unknown color: approx Terra Cotta. HEX triplet: D8, 73 and 61. RGB value is (216,115,97). Sum of RGB (Red+Green+Blue) = 216+115+97=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D87361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87361 is #278C9E. Grayscale: #8F8F8F. Windows color (decimal): -2591903 or 6386648. OLE color: 6386648.

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

Color convert

RGB21611597-
CMYK00.470.550.15
HSL9.08º60.41%61.37%-
HSV(B)9.08º55.09%84.71%-
XYZ36.6127.7214.73-
YUV143.15101.96179.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.47%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=50.47%
G=26.87%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161159700.470.550.159.0860.4161.37
HexD8736102F37F93c3d
Octal3301631410576717117475
Binary1101100011100111100001010111111011111111001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87361; }

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

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

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

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

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

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

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

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