#d76d5d

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

Shades of Terra Cotta #D76D5D

Tints of Terra Cotta #D76D5D

Color information

#D76D5D (or 0xD76D5D) is unknown color: approx Terra Cotta. HEX triplet: D7, 6D and 5D. RGB value is (215,109,93). Sum of RGB (Red+Green+Blue) = 215+109+93=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D5D is #2892A2. Grayscale: #8B8B8B. Windows color (decimal): -2658979 or 6122967. OLE color: 6122967.

HSL color Cylindrical-coordinate representation of color #D76D5D: hue angle of 7.87º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D76D5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21510993-
CMYK00.490.570.16
HSL7.87º60.4%60.39%-
HSV(B)7.87º56.74%84.31%-
XYZ35.4726.1713.54-
YUV138.87102.12182.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=51.56%
G=26.14%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151099300.490.570.167.8760.460.39
HexD76D5D031391083c3c
Octal3271551350617120107474
Binary11010111110110110111010110001111001100001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d76d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d76d5d; }

 p { color: rgb(215,109,93); }

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

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

 a { background-color: rgb(215,109,93); }

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

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

 span { border-color: rgb(215,109,93); }

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