Html Css Color HEX #D87966 Terra Cotta

📋 copy color: '#D87966'

red 216 ◦ green 121 ◦ blue 102

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

Shades of Terra Cotta #D87966

Tints of Terra Cotta #D87966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.56%

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

R = 49.2%
G = 27.56%
B = 23.23%

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

#D87966 (or 0xD87966) is known color: Terra Cotta. HEX triplet: D8, 79 and 66. RGB value is (216,121,102). Sum of RGB (Red+Green+Blue) = 216+121+102=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D87966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87966 is #278699. Grayscale: #939393. Windows color (decimal): -2590362 or 6715864. OLE color: 6715864.

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

Color convert

RGB 216 121 102 -
CMYK 0 0.44 0.53 0.15
HSL 10º 0.59% 0.62% -
HSV(B) 10º 0.53% 0.85% -
XYZ 37.55 29.23 16.23 -
YUV 147.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 216 121 102 0 0.44 0.53 0.15 10 0.59 0.62
Hex D8 79 66 0 2C 35 F A 3B 3E
Octal 330 171 146 0 54 65 17 12 73 76
Binary 11011000 1111001 1100110 0 101100 110101 1111 1010 111011 111110

Color Harmonies of #D87966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87966

Black with #D87966

Text Example


Text Example

White with #D87966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87966; }

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

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

background-color css

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

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

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

border-color css

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

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

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