Html Css Color HEX #D8715D Terra Cotta

📋 copy color: '#D8715D'

red 216 ◦ green 113 ◦ blue 93

#D8715D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #D8715D

Tints of Terra Cotta #D8715D

RGB

 RED value IS 216 (84.77% from 255) = 51.18%

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 93 (36.72% from 255) = 22.04%

R = 51.18%
G = 26.78%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8715D (or 0xD8715D) is known color: Terra Cotta. HEX triplet: D8, 71 and 5D. RGB value is (216,113,93). Sum of RGB (Red+Green+Blue) = 216+113+93=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8715D is #278EA2. Grayscale: #8D8D8D. Windows color (decimal): -2592419 or 6123992. OLE color: 6123992.

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

Color convert

RGB 216 113 93 -
CMYK 0 0.48 0.57 0.15
HSL 9.76º 0.61% 0.61% -
HSV(B) 9.76º 0.57% 0.85% -
XYZ 36.2 27.2 13.7 -
YUV 141.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 216 113 93 0 0.48 0.57 0.15 9.76 0.61 0.61
Hex D8 71 5D 0 30 39 F A 3D 3D
Octal 330 161 135 0 60 71 17 12 75 75
Binary 11011000 1110001 1011101 0 110000 111001 1111 1010 111101 111101

Color Harmonies of #D8715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8715D

Black with #D8715D

Text Example


Text Example

White with #D8715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8715D; }

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

 H1.HeaderClassName
 {
   color: #D8715D;
 }
 .AnyTagClassName
 {
   color: #D8715D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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