#D8765F

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

Shades of Terra Cotta #D8765F

Tints of Terra Cotta #D8765F

Color information

#D8765F (or 0xD8765F) is unknown color: approx Terra Cotta. HEX triplet: D8, 76 and 5F. RGB value is (216,118,95). Sum of RGB (Red+Green+Blue) = 216+118+95=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765F is #2789A0. Grayscale: #909090. Windows color (decimal): -2591137 or 6256344. OLE color: 6256344.

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

Color convert

RGB21611895-
CMYK00.450.560.15
HSL11.4º60.8%60.98%-
HSV(B)11.4º56.02%84.71%-
XYZ36.8628.3814.36-
YUV144.6899.97178.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=50.35%
G=27.51%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161189500.450.560.1511.460.860.98
HexD8765F02D38Fb3d3d
Octal3301661370557017137575
Binary1101100011101101011111010110111100011111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8765F; }

 p { color: rgb(216,118,95); }

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

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

 a { background-color: rgb(216,118,95); }

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

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

 span { border-color: rgb(216,118,95); }

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