Html Css Color HEX #D87866 Terra Cotta

📋 copy color: '#D87866'

red 216 ◦ green 120 ◦ blue 102

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

Shades of Terra Cotta #D87866

Tints of Terra Cotta #D87866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.4%

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

R = 49.32%
G = 27.4%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D87866 (or 0xD87866) is known color: Terra Cotta. HEX triplet: D8, 78 and 66. RGB value is (216,120,102). Sum of RGB (Red+Green+Blue) = 216+120+102=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D87866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87866 is #278799. Grayscale: #929292. Windows color (decimal): -2590618 or 6715608. OLE color: 6715608.

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

Color convert

RGB 216 120 102 -
CMYK 0 0.44 0.53 0.15
HSL 9.47º 0.59% 0.62% -
HSV(B) 9.47º 0.53% 0.85% -
XYZ 37.43 28.99 16.19 -
YUV 146.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 216 120 102 0 0.44 0.53 0.15 9.47 0.59 0.62
Hex D8 78 66 0 2C 35 F 9 3B 3E
Octal 330 170 146 0 54 65 17 11 73 76
Binary 11011000 1111000 1100110 0 101100 110101 1111 1001 111011 111110

Color Harmonies of #D87866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87866

Black with #D87866

Text Example


Text Example

White with #D87866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87866; }

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

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

background-color css

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

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

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

border-color css

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

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

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