Html Css Color HEX #D87666 Terra Cotta

📋 copy color: '#D87666'

red 216 ◦ green 118 ◦ blue 102

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

Shades of Terra Cotta #D87666

Tints of Terra Cotta #D87666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.39%

R = 49.54%
G = 27.06%
B = 23.39%

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

#D87666 (or 0xD87666) is known color: Terra Cotta. HEX triplet: D8, 76 and 66. RGB value is (216,118,102). Sum of RGB (Red+Green+Blue) = 216+118+102=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D87666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87666 is #278999. Grayscale: #919191. Windows color (decimal): -2591130 or 6715096. OLE color: 6715096.

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

Color convert

RGB 216 118 102 -
CMYK 0 0.45 0.53 0.15
HSL 8.42º 0.59% 0.62% -
HSV(B) 8.42º 0.53% 0.85% -
XYZ 37.2 28.52 16.11 -
YUV 145.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 216 118 102 0 0.45 0.53 0.15 8.42 0.59 0.62
Hex D8 76 66 0 2D 35 F 8 3B 3E
Octal 330 166 146 0 55 65 17 10 73 76
Binary 11011000 1110110 1100110 0 101101 110101 1111 1000 111011 111110

Color Harmonies of #D87666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87666

Black with #D87666

Text Example


Text Example

White with #D87666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87666; }

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

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

background-color css

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

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

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

border-color css

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

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

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