#D87161

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

Shades of Terra Cotta #D87161

Tints of Terra Cotta #D87161

Color information

#D87161 (or 0xD87161) is unknown color: approx Terra Cotta. HEX triplet: D8, 71 and 61. RGB value is (216,113,97). Sum of RGB (Red+Green+Blue) = 216+113+97=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D87161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87161 is #278E9E. Grayscale: #8E8E8E. Windows color (decimal): -2592415 or 6386136. OLE color: 6386136.

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

Color convert

RGB21611397-
CMYK00.480.550.15
HSL8.07º60.41%61.37%-
HSV(B)8.07º55.09%84.71%-
XYZ36.3827.2714.66-
YUV141.97102.62180.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=50.70%
G=26.53%
B=22.77%

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
Decimal2161139700.480.550.158.0760.4161.37
HexD8716103037F83c3d
Octal3301611410606717107475
Binary1101100011100011100001011000011011111111000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87161; }

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

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

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

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

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

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

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

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