Html Css Color HEX #D8735E Terra Cotta

📋 copy color: '#D8735E'

red 216 ◦ green 115 ◦ blue 94

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

Shades of Terra Cotta #D8735E

Tints of Terra Cotta #D8735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.06%

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 50.82%
G = 27.06%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8735E (or 0xD8735E) is known color: Terra Cotta. HEX triplet: D8, 73 and 5E. RGB value is (216,115,94). Sum of RGB (Red+Green+Blue) = 216+115+94=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8735E is #278CA1. Grayscale: #8E8E8E. Windows color (decimal): -2591906 or 6190040. OLE color: 6190040.

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

Color convert

RGB 216 115 94 -
CMYK 0 0.47 0.56 0.15
HSL 10.33º 0.61% 0.61% -
HSV(B) 10.33º 0.56% 0.85% -
XYZ 36.47 27.67 14.01 -
YUV 142.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 216 115 94 0 0.47 0.56 0.15 10.33 0.61 0.61
Hex D8 73 5E 0 2F 38 F A 3D 3D
Octal 330 163 136 0 57 70 17 12 75 75
Binary 11011000 1110011 1011110 0 101111 111000 1111 1010 111101 111101

Color Harmonies of #D8735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8735E

Black with #D8735E

Text Example


Text Example

White with #D8735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8735E; }

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

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

background-color css

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

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

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

border-color css

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

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

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