Html Css Color HEX #D8735D Terra Cotta

📋 copy color: '#D8735D'

red 216 ◦ green 115 ◦ blue 93

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

Shades of Terra Cotta #D8735D

Tints of Terra Cotta #D8735D

RGB

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

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

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

R = 50.94%
G = 27.12%
B = 21.93%

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

#D8735D (or 0xD8735D) is known color: Terra Cotta. HEX triplet: D8, 73 and 5D. RGB value is (216,115,93). Sum of RGB (Red+Green+Blue) = 216+115+93=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8735D is #278CA2. Grayscale: #8E8E8E. Windows color (decimal): -2591907 or 6124504. OLE color: 6124504.

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

Color convert

RGB 216 115 93 -
CMYK 0 0.47 0.57 0.15
HSL 10.73º 0.61% 0.61% -
HSV(B) 10.73º 0.57% 0.85% -
XYZ 36.43 27.65 13.77 -
YUV 142.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 216 115 93 0 0.47 0.57 0.15 10.73 0.61 0.61
Hex D8 73 5D 0 2F 39 F B 3D 3D
Octal 330 163 135 0 57 71 17 13 75 75
Binary 11011000 1110011 1011101 0 101111 111001 1111 1011 111101 111101

Color Harmonies of #D8735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8735D

Black with #D8735D

Text Example


Text Example

White with #D8735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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