Html Css Color HEX #D87265 Terra Cotta

📋 copy color: '#D87265'

red 216 ◦ green 114 ◦ blue 101

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

Shades of Terra Cotta #D87265

Tints of Terra Cotta #D87265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 50.12%
G = 26.45%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D87265 (or 0xD87265) is known color: Terra Cotta. HEX triplet: D8, 72 and 65. RGB value is (216,114,101). Sum of RGB (Red+Green+Blue) = 216+114+101=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D87265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87265 is #278D9A. Grayscale: #8F8F8F. Windows color (decimal): -2592155 or 6648536. OLE color: 6648536.

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

Color convert

RGB 216 114 101 -
CMYK 0 0.47 0.53 0.15
HSL 6.78º 0.6% 0.62% -
HSV(B) 6.78º 0.53% 0.85% -
XYZ 36.69 27.57 15.7 -
YUV 143.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 216 114 101 0 0.47 0.53 0.15 6.78 0.6 0.62
Hex D8 72 65 0 2F 35 F 7 3C 3E
Octal 330 162 145 0 57 65 17 7 74 76
Binary 11011000 1110010 1100101 0 101111 110101 1111 111 111100 111110

Color Harmonies of #D87265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87265

Black with #D87265

Text Example


Text Example

White with #D87265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87265; }

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

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

background-color css

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

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

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

border-color css

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

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

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