Html Css Color HEX #D87765 Terra Cotta

📋 copy color: '#D87765'

red 216 ◦ green 119 ◦ blue 101

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

Shades of Terra Cotta #D87765

Tints of Terra Cotta #D87765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 49.54%
G = 27.29%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D87765 (or 0xD87765) is known color: Terra Cotta. HEX triplet: D8, 77 and 65. RGB value is (216,119,101). Sum of RGB (Red+Green+Blue) = 216+119+101=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D87765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87765 is #27889A. Grayscale: #929292. Windows color (decimal): -2590875 or 6649816. OLE color: 6649816.

HSL color Cylindrical-coordinate representation of color #D87765: hue angle of 9.39º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D87765 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 101 -
CMYK 0 0.45 0.53 0.15
HSL 9.39º 0.6% 0.62% -
HSV(B) 9.39º 0.53% 0.85% -
XYZ 37.26 28.73 15.89 -
YUV 145.95 102.64 177.96 -
System Red Green Blue C M Y K H S L
Decimal 216 119 101 0 0.45 0.53 0.15 9.39 0.6 0.62
Hex D8 77 65 0 2D 35 F 9 3C 3E
Octal 330 167 145 0 55 65 17 11 74 76
Binary 11011000 1110111 1100101 0 101101 110101 1111 1001 111100 111110

Color Harmonies of #D87765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87765

Black with #D87765

Text Example


Text Example

White with #D87765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87765; }

 p { color: rgb(216,119,101); }

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

background-color css

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

 a { background-color: rgb(216,119,101); }

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

border-color css

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

 span { border-color: rgb(216,119,101); }

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