Html Css Color HEX #D87261 Terra Cotta

📋 copy color: '#D87261'

red 216 ◦ green 114 ◦ blue 97

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

Shades of Terra Cotta #D87261

Tints of Terra Cotta #D87261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.72%

R = 50.59%
G = 26.7%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D87261 (or 0xD87261) is known color: Terra Cotta. HEX triplet: D8, 72 and 61. RGB value is (216,114,97). Sum of RGB (Red+Green+Blue) = 216+114+97=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D87261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87261 is #278D9E. Grayscale: #8E8E8E. Windows color (decimal): -2592159 or 6386392. OLE color: 6386392.

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

Color convert

RGB 216 114 97 -
CMYK 0 0.47 0.55 0.15
HSL 8.57º 0.6% 0.61% -
HSV(B) 8.57º 0.55% 0.85% -
XYZ 36.49 27.5 14.69 -
YUV 142.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 216 114 97 0 0.47 0.55 0.15 8.57 0.6 0.61
Hex D8 72 61 0 2F 37 F 9 3C 3D
Octal 330 162 141 0 57 67 17 11 74 75
Binary 11011000 1110010 1100001 0 101111 110111 1111 1001 111100 111101

Color Harmonies of #D87261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87261

Black with #D87261

Text Example


Text Example

White with #D87261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87261; }

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

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

background-color css

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

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

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

border-color css

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

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

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