#D76F63

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

Shades of Terra Cotta #D76F63

Tints of Terra Cotta #D76F63

Color information

#D76F63 (or 0xD76F63) is unknown color: approx Terra Cotta. HEX triplet: D7, 6F and 63. RGB value is (215,111,99). Sum of RGB (Red+Green+Blue) = 215+111+99=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F63 is #28909C. Grayscale: #8C8C8C. Windows color (decimal): -2658461 or 6516695. OLE color: 6516695.

HSL color Cylindrical-coordinate representation of color #D76F63: hue angle of 6.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76F63 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21511199-
CMYK00.480.540.16
HSL6.21º59.18%61.57%-
HSV(B)6.21º53.95%84.31%-
XYZ35.9626.7215.07-
YUV140.73104.46180.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=50.59%
G=26.12%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151119900.480.540.166.2159.1861.57
HexD76F63030361063b3e
Octal327157143060662067376
Binary1101011111011111100011011000011011010000110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F63; }

 p { color: rgb(215,111,99); }

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

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

 a { background-color: rgb(215,111,99); }

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

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

 span { border-color: rgb(215,111,99); }

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