Html Css Color HEX #D87465 Terra Cotta

📋 copy color: '#D87465'

red 216 ◦ green 116 ◦ blue 101

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

Shades of Terra Cotta #D87465

Tints of Terra Cotta #D87465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 49.88%
G = 26.79%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D87465 (or 0xD87465) is known color: Terra Cotta. HEX triplet: D8, 74 and 65. RGB value is (216,116,101). Sum of RGB (Red+Green+Blue) = 216+116+101=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D87465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87465 is #278B9A. Grayscale: #909090. Windows color (decimal): -2591643 or 6649048. OLE color: 6649048.

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

Color convert

RGB 216 116 101 -
CMYK 0 0.46 0.53 0.15
HSL 7.83º 0.6% 0.62% -
HSV(B) 7.83º 0.53% 0.85% -
XYZ 36.91 28.03 15.78 -
YUV 144.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 216 116 101 0 0.46 0.53 0.15 7.83 0.6 0.62
Hex D8 74 65 0 2E 35 F 8 3C 3E
Octal 330 164 145 0 56 65 17 10 74 76
Binary 11011000 1110100 1100101 0 101110 110101 1111 1000 111100 111110

Color Harmonies of #D87465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87465

Black with #D87465

Text Example


Text Example

White with #D87465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87465; }

 p { color: rgb(216,116,101); }

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

background-color css

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

 a { background-color: rgb(216,116,101); }

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

border-color css

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

 span { border-color: rgb(216,116,101); }

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