Html Css Color HEX #D8735C Terra Cotta

📋 copy color: '#D8735C'

red 216 ◦ green 115 ◦ blue 92

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

Shades of Terra Cotta #D8735C

Tints of Terra Cotta #D8735C

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 value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8735C (or 0xD8735C) is known color: 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

RGB 216 115 92 -
CMYK 0 0.47 0.57 0.15
HSL 11.13º 0.61% 0.6% -
HSV(B) 11.13º 0.57% 0.85% -
XYZ 36.38 27.63 13.54 -
YUV 142.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 216 115 92 0 0.47 0.57 0.15 11.13 0.61 0.6
Hex D8 73 5C 0 2F 39 F B 3D 3C
Octal 330 163 134 0 57 71 17 13 75 74
Binary 11011000 1110011 1011100 0 101111 111001 1111 1011 111101 111100

Color Harmonies of #D8735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8735C

Black with #D8735C

Text Example


Text Example

White with #D8735C

Text Example


Text Example

HTML Codes & Css Web 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>