#D8705D

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

Shades of Terra Cotta #D8705D

Tints of Terra Cotta #D8705D

Color information

#D8705D (or 0xD8705D) is unknown color: approx Terra Cotta. HEX triplet: D8, 70 and 5D. RGB value is (216,112,93). Sum of RGB (Red+Green+Blue) = 216+112+93=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8705D is #278FA2. Grayscale: #8D8D8D. Windows color (decimal): -2592675 or 6123736. OLE color: 6123736.

HSL color Cylindrical-coordinate representation of color #D8705D: hue angle of 9.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8705D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21611293-
CMYK00.480.570.15
HSL9.27º61.19%60.59%-
HSV(B)9.27º56.94%84.71%-
XYZ36.0926.9813.66-
YUV140.93100.96181.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.31%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=51.31%
G=26.60%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161129300.480.570.159.2761.1960.59
HexD8705D03039F93d3d
Octal3301601350607117117575
Binary1101100011100001011101011000011100111111001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8705D; }

 p { color: rgb(216,112,93); }

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

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

 a { background-color: rgb(216,112,93); }

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

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

 span { border-color: rgb(216,112,93); }

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