Html Css Color HEX #D87166 Terra Cotta

📋 copy color: '#D87166'

red 216 ◦ green 113 ◦ blue 102

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

Shades of Terra Cotta #D87166

Tints of Terra Cotta #D87166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.22%

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

R = 50.12%
G = 26.22%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D87166 (or 0xD87166) is known color: Terra Cotta. HEX triplet: D8, 71 and 66. RGB value is (216,113,102). Sum of RGB (Red+Green+Blue) = 216+113+102=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D87166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87166 is #278E99. Grayscale: #8E8E8E. Windows color (decimal): -2592410 or 6713816. OLE color: 6713816.

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

Color convert

RGB 216 113 102 -
CMYK 0 0.48 0.53 0.15
HSL 5.79º 0.59% 0.62% -
HSV(B) 5.79º 0.53% 0.85% -
XYZ 36.62 27.37 15.92 -
YUV 142.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 216 113 102 0 0.48 0.53 0.15 5.79 0.59 0.62
Hex D8 71 66 0 30 35 F 6 3B 3E
Octal 330 161 146 0 60 65 17 6 73 76
Binary 11011000 1110001 1100110 0 110000 110101 1111 110 111011 111110

Color Harmonies of #D87166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87166

Black with #D87166

Text Example


Text Example

White with #D87166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87166; }

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

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

background-color css

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

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

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

border-color css

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

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

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