#D8745C

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

Shades of Terra Cotta #D8745C

Tints of Terra Cotta #D8745C

Color information

#D8745C (or 0xD8745C) is unknown color: approx Terra Cotta. HEX triplet: D8, 74 and 5C. RGB value is (216,116,92). Sum of RGB (Red+Green+Blue) = 216+116+92=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8745C is #278BA3. Grayscale: #8F8F8F. Windows color (decimal): -2591652 or 6059224. OLE color: 6059224.

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

Color convert

RGB21611692-
CMYK00.460.570.15
HSL11.61º61.39%60.39%-
HSV(B)11.61º57.41%84.71%-
XYZ36.527.8613.58-
YUV143.1699.13179.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=50.94%
G=27.36%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161169200.460.570.1511.6161.3960.39
HexD8745C02E39Fc3d3c
Octal3301641340567117147574
Binary1101100011101001011100010111011100111111100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8745C; }

 p { color: rgb(216,116,92); }

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

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

 a { background-color: rgb(216,116,92); }

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

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

 span { border-color: rgb(216,116,92); }

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