Html Css Color HEX #D87665 Terra Cotta

📋 copy color: '#D87665'

red 216 ◦ green 118 ◦ blue 101

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

Shades of Terra Cotta #D87665

Tints of Terra Cotta #D87665

RGB

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

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

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

R = 49.66%
G = 27.13%
B = 23.22%

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

#D87665 (or 0xD87665) is known color: Terra Cotta. HEX triplet: D8, 76 and 65. RGB value is (216,118,101). Sum of RGB (Red+Green+Blue) = 216+118+101=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D87665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87665 is #27899A. Grayscale: #919191. Windows color (decimal): -2591131 or 6649560. OLE color: 6649560.

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

Color convert

RGB 216 118 101 -
CMYK 0 0.45 0.53 0.15
HSL 8.87º 0.6% 0.62% -
HSV(B) 8.87º 0.53% 0.85% -
XYZ 37.15 28.5 15.85 -
YUV 145.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 216 118 101 0 0.45 0.53 0.15 8.87 0.6 0.62
Hex D8 76 65 0 2D 35 F 9 3C 3E
Octal 330 166 145 0 55 65 17 11 74 76
Binary 11011000 1110110 1100101 0 101101 110101 1111 1001 111100 111110

Color Harmonies of #D87665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87665

Black with #D87665

Text Example


Text Example

White with #D87665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87665; }

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

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

background-color css

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

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

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

border-color css

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

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

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