Html Css Color HEX #D86F61 Terra Cotta

📋 copy color: '#D86F61'

red 216 ◦ green 111 ◦ blue 97

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

Shades of Terra Cotta #D86F61

Tints of Terra Cotta #D86F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

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

R = 50.94%
G = 26.18%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D86F61 (or 0xD86F61) is known color: Terra Cotta. HEX triplet: D8, 6F and 61. RGB value is (216,111,97). Sum of RGB (Red+Green+Blue) = 216+111+97=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F61 is #27909E. Grayscale: #8C8C8C. Windows color (decimal): -2592927 or 6385624. OLE color: 6385624.

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

Color convert

RGB 216 111 97 -
CMYK 0 0.49 0.55 0.15
HSL 7.06º 0.6% 0.61% -
HSV(B) 7.06º 0.55% 0.85% -
XYZ 36.16 26.83 14.58 -
YUV 140.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 216 111 97 0 0.49 0.55 0.15 7.06 0.6 0.61
Hex D8 6F 61 0 31 37 F 7 3C 3D
Octal 330 157 141 0 61 67 17 7 74 75
Binary 11011000 1101111 1100001 0 110001 110111 1111 111 111100 111101

Color Harmonies of #D86F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F61

Black with #D86F61

Text Example


Text Example

White with #D86F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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