#D8735C

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

Shades of Terra Cotta #D8735C

Tints of Terra Cotta #D8735C

Color information

#D8735C (or 0xD8735C) is unknown color: approx Terra Cotta. HEX triplet: D8, 73 and 5C. RGB value is (216,115,92). Sum of RGB (Red+Green+Blue) = 216+115+92=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8735C is #278CA3. Grayscale: #8E8E8E. Windows color (decimal): -2591908 or 6058968. OLE color: 6058968.

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

Color convert

RGB21611592-
CMYK00.470.570.15
HSL11.13º61.39%60.39%-
HSV(B)11.13º57.41%84.71%-
XYZ36.3827.6313.54-
YUV142.5899.46180.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.06%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=51.06%
G=27.19%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161159200.470.570.1511.1361.3960.39
HexD8735C02F39Fb3d3c
Octal3301631340577117137574
Binary1101100011100111011100010111111100111111011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8735C; }

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

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

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

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

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

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

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

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