Html Css Color HEX #D87360 Terra Cotta

📋 copy color: '#D87360'

red 216 ◦ green 115 ◦ blue 96

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

Shades of Terra Cotta #D87360

Tints of Terra Cotta #D87360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

 BLUE value IS 96 (37.89% from 255) = 22.48%

R = 50.59%
G = 26.93%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D87360 (or 0xD87360) is known color: Terra Cotta. HEX triplet: D8, 73 and 60. RGB value is (216,115,96). Sum of RGB (Red+Green+Blue) = 216+115+96=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D87360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87360 is #278C9F. Grayscale: #8F8F8F. Windows color (decimal): -2591904 or 6321112. OLE color: 6321112.

HSL color Cylindrical-coordinate representation of color #D87360: hue angle of 9.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D87360 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 115 96 -
CMYK 0 0.47 0.56 0.15
HSL 9.5º 0.61% 0.61% -
HSV(B) 9.5º 0.56% 0.85% -
XYZ 36.56 27.7 14.49 -
YUV 143.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 216 115 96 0 0.47 0.56 0.15 9.5 0.61 0.61
Hex D8 73 60 0 2F 38 F A 3D 3D
Octal 330 163 140 0 57 70 17 12 75 75
Binary 11011000 1110011 1100000 0 101111 111000 1111 1010 111101 111101

Color Harmonies of #D87360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87360

Black with #D87360

Text Example


Text Example

White with #D87360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87360; }

 p { color: rgb(216,115,96); }

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

background-color css

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

 a { background-color: rgb(216,115,96); }

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

border-color css

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

 span { border-color: rgb(216,115,96); }

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