Html Css Color HEX #D8765D Terra Cotta

📋 copy color: '#D8765D'

red 216 ◦ green 118 ◦ blue 93

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

Shades of Terra Cotta #D8765D

Tints of Terra Cotta #D8765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 50.59%
G = 27.63%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8765D (or 0xD8765D) is known color: Terra Cotta. HEX triplet: D8, 76 and 5D. RGB value is (216,118,93). Sum of RGB (Red+Green+Blue) = 216+118+93=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765D is #2789A2. Grayscale: #909090. Windows color (decimal): -2591139 or 6125272. OLE color: 6125272.

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

Color convert

RGB 216 118 93 -
CMYK 0 0.45 0.57 0.15
HSL 12.2º 0.61% 0.61% -
HSV(B) 12.2º 0.57% 0.85% -
XYZ 36.77 28.35 13.89 -
YUV 144.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 216 118 93 0 0.45 0.57 0.15 12.2 0.61 0.61
Hex D8 76 5D 0 2D 39 F C 3D 3D
Octal 330 166 135 0 55 71 17 14 75 75
Binary 11011000 1110110 1011101 0 101101 111001 1111 1100 111101 111101

Color Harmonies of #D8765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8765D

Black with #D8765D

Text Example


Text Example

White with #D8765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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