Html Css Color HEX #D8765E Terra Cotta

📋 copy color: '#D8765E'

red 216 ◦ green 118 ◦ blue 94

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

Shades of Terra Cotta #D8765E

Tints of Terra Cotta #D8765E

RGB

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

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

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

R = 50.47%
G = 27.57%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8765E (or 0xD8765E) is known color: Terra Cotta. HEX triplet: D8, 76 and 5E. RGB value is (216,118,94). Sum of RGB (Red+Green+Blue) = 216+118+94=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765E is #2789A1. Grayscale: #909090. Windows color (decimal): -2591138 or 6190808. OLE color: 6190808.

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

Color convert

RGB 216 118 94 -
CMYK 0 0.45 0.56 0.15
HSL 11.8º 0.61% 0.61% -
HSV(B) 11.8º 0.56% 0.85% -
XYZ 36.82 28.36 14.12 -
YUV 144.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 216 118 94 0 0.45 0.56 0.15 11.8 0.61 0.61
Hex D8 76 5E 0 2D 38 F C 3D 3D
Octal 330 166 136 0 55 70 17 14 75 75
Binary 11011000 1110110 1011110 0 101101 111000 1111 1100 111101 111101

Color Harmonies of #D8765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8765E

Black with #D8765E

Text Example


Text Example

White with #D8765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8765E; }

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

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

background-color css

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

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

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

border-color css

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

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

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