#D8735F

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

Shades of Terra Cotta #D8735F

Tints of Terra Cotta #D8735F

Color information

#D8735F (or 0xD8735F) is unknown color: approx Terra Cotta. HEX triplet: D8, 73 and 5F. RGB value is (216,115,95). Sum of RGB (Red+Green+Blue) = 216+115+95=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8735F is #278CA0. Grayscale: #8F8F8F. Windows color (decimal): -2591905 or 6255576. OLE color: 6255576.

HSL color Cylindrical-coordinate representation of color #D8735F: hue angle of 9.92º 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 #D8735F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21611595-
CMYK00.470.560.15
HSL9.92º60.8%60.98%-
HSV(B)9.92º56.02%84.71%-
XYZ36.5227.6914.25-
YUV142.92100.96180.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=50.70%
G=27.00%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161159500.470.560.159.9260.860.98
HexD8735F02F38Fa3d3d
Octal3301631370577017127575
Binary1101100011100111011111010111111100011111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8735F; }

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

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

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

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

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

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

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

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